monkey patch CanvasRenderingContext2D to include a getTransform method
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Compile ES2015 block scoping (const and let) to ES5
Transform optional chaining operators into a series of nil checks
Add a __source prop to all JSX Elements
javascript implementation of Dunning's T-Digest for streaming quantile approximation
Apply ES2015 function.name semantics to all functions
Compile ES2015 classes to ES5
Add a __self prop to all JSX Elements
prompting wizardly
Compile ES2015 arrow functions to ES5
Transform class static blocks
Compile ES2015 shorthand properties to ES5
Ensure that reserved words are quoted in object property keys
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Compile exponentiation operator to ES5
Transform TypeScript into ES.next
Compile ES2015 Unicode escapes to ES5