Module swc_ecma_transforms_compat::es2015[][src]

Re-exports

pub use self::classes::classes;
pub use self::destructuring::destructuring;
pub use self::for_of::for_of;
pub use self::new_target::new_target;
pub use self::spread::spread;

Modules

Structs

Functions

Compile ES2015 arrow functions to ES5

TODO(kdy1): Optimization

@babel/plugin-transform-computed-properties

Compiles es2015 to es5.

@babel/plugin-transform-function-name

@babel/plugin-transform-instanceof

Compile ES2015 shorthand properties to ES5

Compile ES2015 sticky regex to an ES5 RegExp constructor