Remove nullish coalescing operator
Transform optional chaining operators into a series of nil checks
Apply ES2015 function.name semantics to all functions
Allow parsing of '#foo in obj' brand checks
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
This plugin transforms ES2015 modules to UMD
Allow parsing of the nullish-coalescing operator
Ensure that reserved words are quoted in property accesses
Ensure that reserved words are quoted in object property keys
A Babel plugin to inject imports to core-js@2 polyfills
Polyfill for Ember JS API.
Allow parsing of BigInt literals
Fixes stack traces for files with source maps
Ensure that no reserved words are used.
Allow parsing of optional properties
A Babel preset that enables parsing of proposals supported by the current Node.js version.
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of object rest/spread
Transform import() expressions
Allow parsing of import.meta
Syntax highlight JavaScript strings for output in terminals.
No description provided.
Transforms new.target meta property