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::spread::spread;

Modules

classes
destructuring
for_of
spread

Structs

Config

Functions

arrow

Compile ES2015 arrow functions to ES5

block_scoped_functions
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

instance_of

@babel/plugin-transform-instanceof

parameters
regenerator
shorthand

Compile ES2015 shorthand properties to ES5

sticky_regex

Compile ES2015 sticky regex to an ES5 RegExp constructor

template_literal
typeof_symbol