Turn valid member expression property literals into plain identifiers
Treat React JSX elements as value types and hoist them to the highest scope
Compile static constants (ie. code that we can statically determine to be constant at runtime)
Babel plugin for turning __proto__ into a shallow property clone
Turn valid property key literals to plain identifiers
Throw a compile-time error on references to undeclared variables
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Utility functions for gulp plugins
semantic-release plugin to commit release assets to the project's git repository
semantic-release plugin to create or update a changelog file
Treat React JSX elements as value types and hoist them to the highest scope
Runs typescript type checker and linter on separate process.
Transform optional chaining operators into a series of nil checks
Transform async/await to promise chains
Remove nullish coalescing operator
Webpack's DllPlugin without the boilerplate