This plugin transforms ES2015 modules to SystemJS
This plugin transforms private class methods
Add a __self prop to all JSX Elements
Ensure that no reserved words are used.
Compile ES2015 Unicode escapes to ES5
Compile exponentiation operator to ES5
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Transforms new.target meta property
Syntax highlight JavaScript strings for output in terminals.
Helper functions around Function call/apply/bind, for use in `call-bind`
ES2019 spec-compliant String.prototype.trimEnd shim.
Allow parsing of object rest/spread
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
ES2019 spec-compliant String.prototype.trimStart shim.
Implementation of Function.prototype.bind
This plugin transforms ES2015 modules to UMD
Gonzales Preprocessor Edition (fast CSS parser)
Parse regular expressions' unicodeSets (v) flag.
Allow parsing of the nullish-coalescing operator
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
Turn async functions into ES2015 generators