org.scalajs.jsenv.Input
The file is to be loaded as an ES module.
Some environments may not be able to load several ES modules in a deterministic order. If that is the case, they must reject an ESModule input if it appears with other Inputs such that loading in a deterministic order is not possible.
ESModule
The file is to be loaded as an ES module.
Some environments may not be able to load several ES modules in a deterministic order. If that is the case, they must reject an
ESModule
input if it appears with other Inputs such that loading in a deterministic order is not possible.