org.scalajs.core.tools.linker.StandardLinker
Returns the default configuration for a StandardLinker.
Returns the default configuration for a StandardLinker.
The defaults are:
semantics: Semantics.DefaultsmoduleKind: ModuleKind.NoModulebypassLinkingErrors: false (deprecated)checkIR: falseoptimizer: trueparallel: truesourceMap: truerelativizeSourceMapBase: NonecustomOutputWrapper: ("", "") (deprecated)closureCompilerIfAvailable: falseprettyPrint: falsebatchMode: falseThe following additional options are configurable through
import org.scalajs.core.tools.linker.standard._outputMode: OutputMode.Default