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.

List Babel repositories

pluggable-babel-eslint

8
Stars
0
Forks
Watchers

Pluggable babel-eslint.

babel-plugin-react-remove-properties

380
Stars
20
Forks
Watchers

Babel plugin for removing React properties. :dash:

babel-plugin-transform-dev-warning

15
Stars
1
Forks
Watchers

Remove development warning from production code

Remove unnecessary React propTypes from the production build. :balloon:

faster.js

436
Stars
11
Forks
Watchers

faster.js is a Babel plugin that compiles idiomatic Javascript to faster, micro-optimized Javascript.

aot-loader

16
Stars
1
Forks
Watchers

Load and pre-evaluate code at compile time

jams

9
Stars
3
Forks
Watchers

JavaScript Modules for AdWords Scripts

count.macro

21
Stars
0
Forks
Watchers

Babel macro for counting number of lines or words in files at compile time

atbuild

35
Stars
2
Forks
Watchers

Use JavaScript to generate JavaScript

babel-now

6
Stars
0
Forks
Watchers

Babel as a service: transpile ES2015+ code to match user's browser.