org.scalajs.core.tools.optimizer
Resets all persistent state of this optimizer
Applies Scala.js-specific optimizations to a CompleteIRClasspath.
Applies Scala.js-specific optimizations to a CompleteIRClasspath. See ScalaJSOptimizer.Config for details about the configuration for the output of this method. Returns a CompleteCIClasspath containing the result of the optimizations.
analyzes, dead code eliminates and concatenates IR content
Scala.js optimizer: does type-aware global dce.