-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
- simle_code.js
```js
function get_element(x){
…
-
## Bug Report
**Current Behavior**
Not sure if this is unclear documentation, or a bug.
- Using Babel (cli) for a website.
- One of the targets is IE11, which does not have (for ... of) and a…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
```js
import 'core-js/stable';
```
### Configuration file name
_No …
-
The docs are very vague about `legacy` flag on `@babel/plugin-proposal-decorators`.
They don't tell which one should a developer choose: `legacy: false` or `legacy: true`.
There is no description of…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
```ts
parse("foo.", { errorRecovery: true })
```
##…
-
### Overview
We need to identify and start building a roadmap for all the website dashboards, so that we can prioritize, manage and recruit.
#### Details
There are:
- live dashboards
- dashboar…
-
Documentation shows an example without underscore
https://babeljs.io/docs/en/next/babel-helper-module-imports.html#import-hintedname-from-source
But in fact, it is added to the name
https://githu…
-
People can currently share a page they like on twitter and Facebook, but there is no count on the page as to how many people have shared it on each social media. If we make that possible, users can us…
-
Figure out an actual import plan:
- [x] Which of us are going to start and work on the import (small sections at a time)
- [x] How additional volunteers contact us to get instructions and data ("How t…
-
This isn't necessarily a bug, because the code works fine, but it might be an opportunity to optimize the output for this edge case.
I believe that if you have code like the following:
```jsx
f…