Babel topic
🐠 Babel is a compiler created by Sebastian McKenzie in 2014 to convert ES6 to ES5 (originally called 6to5). It has since become a toolchain that enables developers to write any next generation JavaScript and serves as a testing ground for proposals from TC39, the technical committee that specifies ECMAScript. Babel can also convert JSX syntax and strip out type annotations from both Flow and TypeScript. Babel is built out of plugins. Compose your own transformation pipeline using plugins written by the community or write your own.
babel-plugin-react-remove-properties
Babel plugin for removing React properties. :dash:
babel-plugin-transform-dev-warning
Remove development warning from production code
babel-plugin-transform-react-remove-prop-types
Remove unnecessary React propTypes from the production build. :balloon:
faster.js
faster.js is a Babel plugin that compiles idiomatic Javascript to faster, micro-optimized Javascript.
aot-loader
Load and pre-evaluate code at compile time
jams
JavaScript Modules for AdWords Scripts
count.macro
Babel macro for counting number of lines or words in files at compile time
atbuild
Use JavaScript to generate JavaScript