org.scalajs.core.tools.linker.backend.ModuleKind
A CommonJS module (notably used by Node.js).
Imported modules are fetched with require. Exports go to the exports module-global variable.
require
exports
A CommonJS module (notably used by Node.js).
Imported modules are fetched with
require
. Exports go to theexports
module-global variable.