The community maintained compiler for next generation JavaScript, today.
63
公共仓库
79,429
总星标
1,097
关注者
Babel 是一个社区维护的编译器,专注于下一代 JavaScript 的开发。其在 GitHub 上拥有广泛的公开仓库,主要使用 JavaScript、TypeScript、Ruby 和 HTML 等编程语言。Babel 的热门项目包括 babel、babel-loader 和 minify,广泛应用于开发者社区。
🐠 Babel is a compiler for writing next generation JavaScript.
📦 Babel loader for webpack
:scissors: An ES6+ aware minifier based on the Babel toolchain (beta)
PSA: this repo has been moved into babel/babel -->
Syntax definitions for ES6 JavaScript with React JSX extensions.
:tokyo_tower: A wrapper for Babel's parser used for ESLint (renamed to @babel/eslint-parser)
Example Node Server w/ Babel
PSA: moved into babel/babel as @babel/parser -->
Browserify transform for Babel
Gulp plugin for Babel
⬆️ A tool for upgrading Babel versions (to v7): `npx babel-upgrade`
😎A list of awesome Babel plugins, presets, etc.
:video_game: Now located in the Babel repo! Standalone build of Babel for use in non-Node.js environments, including browsers.
:globe_with_meridians: The Babel documentation website
A Babel preset that targets modern browsers by fixing engine bugs (will be merged into preset-env eventually)
Transpile ES2017 async/await to vanilla ES6 Promise chains: a Babel plugin
✍️ Tracking the status of Babel's implementation of TC39 proposals (may be out of date)
Grunt plugin for Babel
An ESlint rule plugin companion to babel-eslint
A Yeoman generator to author libraries in ES2015 (and beyond!) for Node and the browser.
A set of Babel plugins that enable injecting different polyfills with different strategies in your compiled code.
Time travel through babel transformations one by one (implemented in the Babel REPL now)
Next generation JavaScript and React snippets for Sublime
Ruby Babel is a bridge to the JS Babel transpiler.
Karma plugin for Babel
Jest plugin for Babel (moved) ->
♬ Notes from the @Babel Team (discuss in PRs)
Babel Plugin generator for Yeoman
A placeholder package that bridges babel-core to @babel/core.
🤖 A helpful bot to automate common tasks on Babel Issues/PRs
Brunch plugin for Babel
Jade plugin for Babel
Babel repl-like codesandbox: check out link =>
A Babel converter for Jekyll.
(unmaintained) Converts acorn tokens to esprima tokens
Connect plugin for Babel
The Babel Podcast site!
Babel specific github actions 🤖
RFCs for changes to Babel
A tool to migrate phabricator issues to github
A Metalsmith plugin to compile JavaScript with Babel
WIP
Duo plugin for Babel
Babel logo
此仓库未提供描述。
@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
ESLint config for all Babel repos
Community health files for the Babel organization
Bower build of babel-standalone. See https://github.com/Daniel15/babel-standalone
Gobble plugin for Babel
Run test262 tests on Node 0.10 using Babel 7 and `core-js@3`.
🗑 Packages that are deprecated or don't need to be updated
A set of eslint rules to enforce best practices in the development of Babel plugins.
ECMAScript AST query library.
DNS settings for the various Babel domains
what else?
https://github.com/MatAtBread/fast-async/issues/46
Parsing the JavaScript's RegExp in JavaScript.
Generate regular expressions from regjsparser’s AST.
:dragon: A tool for managing JavaScript projects with multiple packages.
Source of slack.babeljs.io
↩️ Redirects for old phabricator urls
此仓库未提供描述。
Babel 在 GitHub 上构建了多种工具和库,主要用于 JavaScript 编译。它的核心项目是 babel,此外还有 babel-loader 和 minify 等项目,帮助开发者优化和转译代码。
Babel 主要使用 JavaScript 和 TypeScript 进行开发,同时也涉及 Ruby 和 HTML。这些语言的组合使其能够支持多种功能和特性,以满足开发者的需求。
是的,Babel 的所有仓库都是公开的。任何人都可以访问其 GitHub 页面,查看源代码和文档,参与社区讨论或贡献代码。