swc_ecma_transforms_typescript 0.79.0

rust port of babel and closure compiler.
Documentation
#![deny(clippy::all)]
#![allow(clippy::vec_box)]

pub use self::strip::*;

pub mod strip;