Babel plugin to ensure function declarations at the block level are block scoped
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Transforms logical assignment operators into short-circuited assignments
Compile ES2015 default and rest parameters to ES5
Compile ES2015 Unicode escapes to ES5
Ensure that reserved words are quoted in property accesses
Compile ES2015 sticky regex to an ES5 RegExp constructor
Ensure that no reserved words are used.
Compile ES2015 object super to ES5
Compile Unicode property escapes in Unicode regular expressions to ES5.
This plugin transforms private class methods
Transforms new.target meta property
Turn async generator functions into ES2015 generators
This plugin transforms checks for a private property in an object
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile export namespace to ES2015
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Read the JavaScript error tracking section in [the Flare documentation](https://flareapp.io/docs/javascript-error-tracking/installation) for more information.
Compile inline regular expression modifiers
CSV parsing implementing the Node.js `stream.Transform` API
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Allow parsing of optional catch bindings