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::spread::spread;
pub use self::template_literal::template_literal;
Modules§
- classes
- computed_
props - destructuring
- for_of
- generator
- new_
target - parameters
- regenerator
- spread
- template_
literal
Structs§
Functions§
- arrow
- Compile ES2015 arrow functions to ES5
- block_
scoped_ functions - block_
scoping - TODO(kdy1): Optimization
- duplicate_
keys - es2015
- Compiles es2015 to es5.
- function_
name @babel/plugin-transform-function-name
- instance_
of @babel/plugin-transform-instanceof
- object_
super - shorthand
- Compile ES2015 shorthand properties to ES5
- sticky_
regex - Compile ES2015 sticky regex to an ES5 RegExp constructor
- typeof_
symbol