org.scalajs.core.tools.optimizer.ScalaJSClosureOptimizer
If true, nothing is performed incrementally
If true, nothing is performed incrementally
Whether to only warn if the linker has errors.
Whether to only warn if the linker has errors. Implicitly true, if noWarnMissing is nonEmpty
If true, performs expensive checks of the IR for the used parts.
If true, performs expensive checks of the IR for the used parts.
If true, no optimizations are performed
If true, no optimizations are performed
Elements we won't warn even if they don't exist
Elements we won't warn even if they don't exist
If true, the optimizer removes trees that have not been used in the last run from the cache.
If true, the optimizer removes trees that have not been used in the last run from the cache. Otherwise, all trees that has been used once, are kept in memory.
Ask to produce source map for the output.
Ask to produce source map for the output. Is used in the incremental optimizer to decide whether a position change should trigger re-inlining
Configuration for the output of the Scala.js Closure optimizer