website icon indicating copy to clipboard operation
website copied to clipboard

:globe_with_meridians: The Babel documentation website

Results 154 website issues
Sort by recently updated
recently updated
newest added

Caveat: I have just recently been learning everything babel, but I've read up extensively, yet it is still possible I misunderstand something. According to https://babeljs.io/docs/en/babel-plugin-transform-runtime#corejs and this text: > By...

Hi! I have read https://babeljs.io/docs/en/babel-preset-env#no-targets and think I've gotten the gist of it, but I believe the docs are unclear. I will try to point out why: 1. The below...

## Feature Request **Is your feature request related to a problem?** https://babeljs.io/docs/en/babel-preset-env#how-does-it-work states that it follows https://github.com/babel/babel/blob/master/packages/babel-compat-data/data/plugins.json to know what plugins to pass to transpile code. https://babeljs.io/docs/en/babel-preset-env#browserslist-integration also recommends to...

https://babeljs.io/docs/en/babel-preset-env#usebuiltins-entry says: > This option enables a new plugin that replaces the `import "core-js/stable"` and `import "regenerator-runtime/runtime"` statements (or `require("corejs")` and `require("regenerator-runtime/runtime")`) with individual requires to different core-js entry points...

Hi, I've read the [`@babel/preset-env` documentation](https://babeljs.io/docs/en/babel-preset-env) several times, but I'm still not 100% sure If I get it all correctly. To me, it seems that: - when `@babel/preset-env` is used...

## Feature Request Allow the ability to pass ENV vars into the babel playground, some plugins only work when a certain NODE_ENV is set, e.g. when prop-types are removed from...

@babel/plugin-transform-property-literals will add quotes for key which name is es3 reserved word. A correct example: IN ```JavaScript var foo = { // changed default: 1, abstract: 2, // not changed...

docs

We didn't document https://github.com/babel/babel/pull/8485

help wanted
docs
good first issue

## Bug Report Home page, demo of code load error in IE https://babeljs.io/ Object doesn't support property or method 'transform' Also https://babeljs.io/repl Never loads. - [ ] I would like...

Hi! when working on the babel plugins, I really missed having examples of the types, something really simple such as - [awaitExpression](https://astexplorer.net/#/gist/9952dc650522941e0229e6ea90c11a99/abea04c8a01690491c27df5e937b6dd43f2523f4) `await func()` This makes it easy to find...