website
website copied to clipboard
:globe_with_meridians: The Babel documentation website
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Other (Next.js, Gatsby, vue-cli, ...) ### Input code https://babeljs.io/repl/#?browsers=ie%2011&build=&builtIns=false&corejs=3.6&spec=false&loose=false&code_lz=LYQwlgdgFAlA3AKAGYCZaIDYFMAuACMPAXjwAZEQBnATwgGM8kBXenMAewj1EljwG8EePHU6V22AHQZ2AcygAiABZgF8IXhAB3cPm268EJhgyJhoiOKkz5YdQF8ECKrQbNWHLqj6Dh-sPhGJmaaOgGGxqYaYADUMYiOQA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=env%2Creact%2Cstage-2&prettier=false&targets=&version=7.16.3&externalPlugins=%40babel%2Fplugin-transform-regenerator%407.16.0%2Cbabel-plugin-polyfill-regenerator%400.2.3&assumptions=%7B%7D I added...
https://babeljs.io/docs/en/babel-preset-env#usebuiltins-usage says it adds polyfills. But I assume it also adds `regeneratorRuntime` (which is not a polyfill)? Should that be explicit somewhere in the `usage` part? Since I assume `usage`...
What about adding a button to allow the user to download an npm package configured as the REPL but using babel-cli?
The core-js version in builtin REPL is out of dated, which is confusing users as in https://github.com/babel/babel/issues/13701. This PR updates `core-js` version to latest `3.16`, so features like `String#replaceAll` can...
As I discovered in my own project. When using `.ts` files alongside `.js` files, passing a quote delimited string to `--extensions`, causes Babel to ignore plain `.js` files:  Commands...
For experimental use, as suggested in https://github.com/babel/website/issues/2552#issuecomment-875890385
 most demos have nothing changed, like that ^ some do, but most don't
It looks like `bundle.run` is down, so `https://bundle.run/@babel/polyfill@7` fails to load, which breaks the REPL for me 😢 Is there a reason this uses `bundle.run` specifically, or can it be...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Other (Next.js, Gatsby, vue-cli, ...) ### Input code https://babeljs.io/docs/babel-standalone 404 ###...