org.scalajs.core.tools.linker.backend.ModuleKind
An ECMAScript 2015 module.
Scala.js imports and exports directly map to import and export clauses in the ES module.
import
export
An ECMAScript 2015 module.
Scala.js imports and exports directly map to
import
andexport
clauses in the ES module.