Ensure that no reserved words are used.
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Turn async generator functions into ES2015 generators
Transforms new.target meta property
two functions: One that returns true, one that returns false
Ensure that reserved words are quoted in property accesses
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Checks that you are using the existent css/scss/less classes, no more no less
This plugin transforms checks for a private property in an object
Compile ES2015 for...of to ES5
Turn async functions into ES2015 generators
Compile export namespace to ES2015
Compile optional catch bindings
Compile ES2015 sticky regex to an ES5 RegExp constructor
PostCSS plugin to transform clamp() to combination of min/max
Compile objects with duplicate keys to valid strict ES5
This plugin transforms private class methods
Compile inline regular expression modifiers
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Transforms logical assignment operators into short-circuited assignments
Zero-runtime Stylesheets-in-TypeScript