oxc/crates/oxc_parser
Boshen ef336cb66b
feat(parser): recover from async x [newline] => x (#2375)
```javascript
async x
=> x
```

Babel recovers and displays "No line break is allowed before '=>'
2024-02-10 11:19:08 +08:00
..
examples chore(parser): add visitor example (#2271) 2024-02-02 17:08:00 +08:00
src feat(parser): recover from async x [newline] => x (#2375) 2024-02-10 11:19:08 +08:00
Cargo.toml Publish crates v0.7.0 2024-02-09 23:01:12 +08:00