org.scalajs.core.tools.linker.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 theexportsmodule-global variable.