Invalid output with computed property after property with class expression as value
Open
bug
- Dominant language
- JavaScript
- Stars
- 874
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
The following input leads to syntactically invalid output:
```js
o = {
x: class {},
[a]: null
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.