-
### 💻
- [X] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
Another error I ran into while fixing https://github.c…
-
### 💻
- [X] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
N/A
### Configuration file name
_No re…
-
### 💻
- [X] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
This is not meant as an umbrella bug to trac…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@babel/cli
### Input code
```js
class x { static 0 = x ; }
```
### Configuration file name
.babelrc
### Configurati…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@babel/cli
### Input code
```js
let x = { x = 0 ( ) } = 0 ;
```
### Configuration file name
.babelrc
### Configurat…
-
It can be tough to know where to get started with contributing to Ember! We should create a short and sweet welcome message and some general guidance for new contributors. Your work will become the fi…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
### Input code
```js
function * f(){}
var x = f();
for(p in x) console.log(p);…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
### Input code
```js
let x = function ( ) { } ?? 0;
```
### Configuration file n…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
### Input code
```js
/* This category applies to class and generator */
let x = 0…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
### Input code
```js
for ( var x of [ class { } ] ) break ;
for ( var y of [ func…