swc_ecma_transforms_base 0.12.13

rust port of babel and closure compiler.
Documentation
#![deny(unused)]

#[doc(hidden)]
pub mod ext;
pub mod fixer;
#[macro_use]
pub mod hygiene;
pub mod helpers;
#[doc(hidden)]
pub mod native;
pub mod pass;
pub mod perf;
pub mod quote;
pub mod resolver;
pub mod scope;
#[cfg(test)]
mod tests;