Skip to content

Commit

Permalink
Fixed com-lihaoyi#1665: Default to ECMAScript 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Jan 11, 2022
1 parent 815b9b0 commit 0888eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalajslib/src/ScalaJSModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ trait ScalaJSModule extends scalalib.ScalaModule { outer =>

def moduleKind: T[ModuleKind] = T { ModuleKind.NoModule }

def useECMAScript2015: T[Boolean] = false
def useECMAScript2015: T[Boolean] = true

@internal
override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = T.task {
Expand Down

0 comments on commit 0888eef

Please sign in to comment.