Yahoo Web Search

Search results

  1. Learn more about Babel with our getting started guide or check out some videos on the people and concepts behind it.

    • Docs

      Babel is a toolchain that is mainly used to convert...

    • Setup

      Create a babel.config.json config in your project root and...

    • Try it out

      The compiler for next generation JavaScript

    • Videos

      Videos and podcasts about Babel and its underlying concepts....

  2. Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments. Here are the main things Babel can do for you: Transform syntax. Polyfill features that are missing in your target environment (through a third-party polyfill such as core-js)

  3. Babel is a free and open-source JavaScript transcompiler that is mainly used to convert ECMAScript 2015+ (ES6+) code into backwards-compatible JavaScript code that can be run by older JavaScript engines.

  4. The compiler for next generation JavaScript

  5. Babel is a JavaScript compiler. Use next generation JavaScript, today. Get browser-compatible JavaScript out. Check out our REPL to experiment more with Babel! Personal Experiences at Babel #1 — A PR with Unusually High Number of Reviews. Ready to get started? Install the Babel CLI and a preset. npm install --save-dev babel-cli babel-preset-env.

  6. Babel ships with built-in support for JSX. Use it together with the babel-sublime package to bring syntax highlighting to a whole new level.

  7. Babel is a tool that helps you write code in the latest version of JavaScript and compiles it down to a supported version. Learn how to use Babel, support the project, and contribute to its development on GitHub.