[][src]Module swc_ecma_transforms::compat::es2015

Re-exports

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

Modules

classes
destructuring
for_of
spread

Structs

BlockScopedFns
Config
InstanceOf

@babel/plugin-transform-instanceof

Shorthand

Compile ES2015 shorthand properties to ES5

StickyRegex

Compile ES2015 sticky regex to an ES5 RegExp constructor

TemplateLiteral
TypeOfSymbol

@babel/plugin-transform-typeof-symbol

Functions

arrow

Compile ES2015 arrow functions to ES5

block_scoping

TODO(kdy1): Optimization

computed_properties

@babel/plugin-transform-computed-properties

duplicate_keys
es2015

Compiles es2015 to es5.

function_name

@babel/plugin-transform-function-name

parameters
regenerator