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

Fix top-level exports corner cases. #128

Merged
merged 3 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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