swc_ecma_minifier 0.89.0

EcmaScript code minifier.
docs.rs failed to build swc_ecma_minifier-0.89.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: swc_ecma_minifier-0.88.0

Javascript minifier implemented in rust.

Cargo features

debug

If you enable this cargo feature and set the environment variable named SWC_RUN to 1, the minifier will validate the code using node before each step.

Note: Passes should be visited only with [Module] and it's an error to feed them something other. Don't call methods like visit_mut_script nor visit_mut_module_items.