Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Add tests for @JSExportTopLevel coming from Scala.js upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed May 14, 2024
1 parent 208202a commit 1a8dad5
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ lazy val `scalajs-test-suite` = project
(Test / sources).value
.filterNot(endsWith(_, "/UnionTypeTest.scala")) // requires typechecking macros
.filterNot(endsWith(_, "/jsinterop/ExportsTest.scala")) // js.dynamicImport (multi-modules)
.filterNot(endsWith(_, "/ExportLoopback.scala"))
},

Test / scalacOptions += "-P:scalajs:genStaticForwardersForNonTopLevelObjects",
Expand Down
Loading

0 comments on commit 1a8dad5

Please sign in to comment.