A babel transform tool for transpiling scripts for the Roll20 sandbox.
This plugin transforms ES2015 modules to CommonJS
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
Add a __self prop to all JSX Elements
Transform optional chaining operators into a series of nil checks
Transform TypeScript into ES.next
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 for...of to ES5
Compile ES2015 shorthand properties to ES5
Compile ES2015 destructuring to ES5
Compile regular expressions using named groups to ES5.
Compile ES2015 spread to ES5
Explode async and generator functions into a state machine.
This plugin transforms ES2015 modules to UMD
Compile exponentiation operator to ES5
Apply ES2015 function.name semantics to all functions
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 template literals to ES5
Compile ES2015 default and rest parameters to ES5
Compile ES2015 arrow functions to ES5
Turn async functions into ES2015 generators
Babel plugin to ensure function declarations at the block level are block scoped