Pinned Repositories
babel
🐠 Babel is a compiler for writing next generation JavaScript.
babel-eslint
:tokyo_tower: A wrapper for Babel's parser used for ESLint (renamed to @babel/eslint-parser)
babel-loader
📦 Babel loader for webpack
babel-polyfills
A set of Babel plugins that enable injecting different polyfills with different strategies in your compiled code.
babel-preset-env
PSA: this repo has been moved into babel/babel -->
babel-sublime
Syntax definitions for ES6 JavaScript with React JSX extensions.
example-node-server
Example Node Server w/ Babel
minify
:scissors: An ES6+ aware minifier based on the Babel toolchain (beta)
proposals
✍️ Tracking the status of Babel's implementation of TC39 proposals (may be out of date)
website
:globe_with_meridians: The Babel documentation website
Babel's Repositories
babel/babel
🐠 Babel is a compiler for writing next generation JavaScript.
babel/babel-loader
📦 Babel loader for webpack
babel/minify
:scissors: An ES6+ aware minifier based on the Babel toolchain (beta)
babel/babel-sublime
Syntax definitions for ES6 JavaScript with React JSX extensions.
babel/example-node-server
Example Node Server w/ Babel
babel/gulp-babel
Gulp plugin for Babel
babel/babel-upgrade
⬆️ A tool for upgrading Babel versions (to v7): `npx babel-upgrade`
babel/awesome-babel
😎A list of awesome Babel plugins, presets, etc.
babel/website
:globe_with_meridians: The Babel documentation website
babel/preset-modules
A Babel preset that targets modern browsers by fixing engine bugs (will be merged into preset-env eventually)
babel/grunt-babel
Grunt plugin for Babel
babel/proposals
✍️ Tracking the status of Babel's implementation of TC39 proposals (may be out of date)
babel/babel-polyfills
A set of Babel plugins that enable injecting different polyfills with different strategies in your compiled code.
babel/karma-babel-preprocessor
Karma plugin for Babel
babel/notes
♬ Notes from the @Babel Team (discuss in PRs)
babel/generator-babel-plugin
Babel Plugin generator for Yeoman
babel/babel-bot
🤖 A helpful bot to automate common tasks on Babel Issues/PRs
babel/broccoli-babel-transpiler
Broccoli plugin for Babel
babel/sandboxes
Babel repl-like codesandbox: check out link =>
babel/podcast.babeljs.io
The Babel Podcast site!
babel/actions
Babel specific github actions 🤖
babel/rfcs
RFCs for changes to Babel
babel/babel-plugin-proposal-private-property-in-object
@babel/plugin-proposal-private-property-in-object, with an added warning for when depending on this package without explicitly listing it in dependencies or devDependencies
babel/eslint-plugin-babel-plugin
A set of eslint rules to enforce best practices in the development of Babel plugins.
babel/.github
Community health files for the Babel organization
babel/babel-archive
🗑 Packages that are deprecated or don't need to be updated
babel/babel-test262-runner
Run test262 tests on Node 0.10 using Babel 7 and `core-js@3`.
babel/regjsgen
Generate regular expressions from regjsparser’s AST.
babel/slack-invite-link
Source of slack.babeljs.io
babel/regjsparser
Parsing the JavaScript's RegExp in JavaScript.