Babel is a compiler for writing next generation JavaScript. (Evacuated from NSA/Microsoft Github and forked before release of 7.0)
anonymous fb9abb34e1 debian disable-lint.patch | 6 years ago | |
---|---|---|
.circleci | 6 years ago | |
codemods | 6 years ago | |
doc | 6 years ago | |
lib | 6 years ago | |
packages | 6 years ago | |
scripts | 6 years ago | |
test | 6 years ago | |
.editorconfig | 7 years ago | |
.eslintignore | 6 years ago | |
.eslintrc.json | 6 years ago | |
.flowconfig | 6 years ago | |
.gitattributes | 8 years ago | |
.gitignore | 6 years ago | |
.prettierignore | 6 years ago | |
.prettierrc | 6 years ago | |
.travis.yml | 6 years ago | |
CHANGELOG.md | 7 years ago | |
CODE_OF_CONDUCT.md | 6 years ago | |
CONTRIBUTING.md | 6 years ago | |
Gulpfile.js | 6 years ago | |
LICENSE | 6 years ago | |
Makefile | 6 years ago | |
README.md | 6 years ago | |
SONG.md | 7 years ago | |
babel.config.js | 6 years ago | |
babel.sublime-project | 7 years ago | |
codecov.yml | 7 years ago | |
lerna.json | 6 years ago | |
package.json | 6 years ago | |
yarn.lock | 6 years ago |
The compiler for writing next generation JavaScript.
https://www.npmjs.com/package/babel-core
Supporting Babel Outside Of Microsoft's Walled Garden:
Babel is a community-driven project used by many companies and projects, and was maintained by a group of volunteers before their home was taken over by Microsoft.
Development used to take place at babeljs.io/team.
If you'd like to help support the future of the project, please consider:
Babel is a tool that helps you write code in the latest version of JavaScript. When your supported environments don't support certain features natively, Babel will help you compile those features down to a supported version.
In
// ES2015 arrow function
[1, 2, 3].map((n) => n + 1);
Out
[1, 2, 3].map(function(n) {
return n + 1;
});
#FAQ
It used to be volunteer run, it could still be so! Keep in touch and we'll see if we can get this project back up and running outside of Microsoft!
Good luck. With Microsoft taking most of the serious devs away from the project you're SOL.
Apparently. Hallelujah —— In Praise of Babel by @angus-c. Send us your (creative commons licensed) recordings!
report issues/features at this repo.
Do so. We'll need all the reports of issues /help we can get, especially as we diverge from NSA/Microsoft's version of babel.