ECMAScript code generator
Transform TypeScript into ES.next
Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843
Turn async functions into ES2015 generators
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Execute a callback when a request closes, finishes, or errors
Compile exponentiation operator to ES5
Allow parsing of the flow syntax
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
Json Schema Type Builder with Static Type Resolution for TypeScript
Add displayName to React.createClass calls
Install package programmatically.
Remove nullish coalescing operator
Strip flow type annotations from your output code.
Helper function to build binary assignment operator visitors
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of '#foo in obj' brand checks
Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari
Maps lines and columns to character offsets and back.
Compile regular expressions using duplicate named groups to index-based groups.
Convert Windows backslash paths to slash paths
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Helper visitor to only visit nodes in the current 'this' context