org.scalajs.core.ir.Trees.JSNativeLoadSpec
Like Import, but with a Global fallback when linking without modules.
When linking with a module kind that supports modules, the importSpec is used. When modules are not supported, use the fallback globalSpec.
importSpec
globalSpec
Like Import, but with a Global fallback when linking without modules.
When linking with a module kind that supports modules, the
importSpec
is used. When modules are not supported, use the fallbackglobalSpec
.