This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
JSDoc linting rules for ESLint.
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Add a __self prop to all JSX Elements
Ensure that reserved words are quoted in object property keys
Compile ES2015 sticky regex to an ES5 RegExp constructor
Transforms new.target meta property
Turn JSX into React function calls
Allow parsing of optional properties
PostCSS plugin to import CSS files
Transform optional chaining operators into a series of nil checks
PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces
Compile Unicode property escapes in Unicode regular expressions to ES5.
Allow parsing of the nullish-coalescing operator
Allow parsing of the module assertion attributes in the import statement
Compile ES2015 Unicode regex to ES5
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings