Re-exports

pub use self::classes::classes;
pub use self::computed_props::computed_properties;
pub use self::destructuring::destructuring;
pub use self::for_of::for_of;
pub use self::new_target::new_target;
pub use self::parameters::parameters;
pub use self::regenerator::regenerator;
pub use self::spread::spread;
pub use self::template_literal::template_literal;

Modules

Structs

Functions

Compile ES2015 arrow functions to ES5

TODO(kdy1): Optimization

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