org.scalajs.core.tools.linker.backend.ModuleKind
No module structure.
With this module kind, exports are stored on the global object by default, or to a separate object specified with ScalaJSEnv.exportsNamespace.
ScalaJSEnv.exportsNamespace.
.
Imports are not supported.
No module structure.
With this module kind, exports are stored on the global object by default, or to a separate object specified with
ScalaJSEnv.exportsNamespace
.
Imports are not supported.