This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile `using` and `await using` declarations to ES2015
Compile ES2015 classes to ES5
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Add displayName to React.createClass calls
Turn JSX into React function calls in development
A simple parser/writer for the Session Description Protocol
Compile regular expressions using duplicate named groups to index-based groups.
json2csv built-in formatters. A formatter is a function that receives the raw js value of a given type and formats it as a valid CSV cell.
A [Babel](http://babeljs.io) plugin that transforms [webpack](https://webpack.js.org/)-specific `require.context()` into dummy function calls so that the code can run safely outside of the webpack environment, e.g. in Node. It doesn't perform any file l
Compile ES2015 default and rest parameters to ES5
Encode and decode base64 encoded strings
Convert JSON to CSV
Strip flow type annotations from your output code.
Compile ES2015 spread to ES5
Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines
Generic interruptible "parser" mixin for Transform & Writable streams
Compile ES2015 block scoping (const and let) to ES5
Convert a string to kebab-case, i.e. its dash separated form
Treat React JSX elements as value types and hoist them to the highest scope
ProseMirror document transformations
unit-jest plugin for vue-cli
Parsers, transformers and tests for special value types, eg: %, hex codes etc.