oxc/crates/oxc_parser
Shannon Rothe 6647752e03
refactor(ast): change Option<Vec> to Vec for decorators (#84)
* remove `Option<Vec>` from `FormalParameter`

* `unwrap` -> `unwrap_or_else`

* prefer `AstBuilder` helper

* implement `consume_decorators`
2023-03-02 15:52:46 +08:00
..
examples lint 2023-03-01 20:47:52 -08:00
src refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00
Cargo.toml feat(parser): print json in parser example 2023-02-28 00:05:54 +08:00