oxc/crates
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
..
oxc_allocator feat(parser): add lexer 2023-02-11 02:29:54 -08:00
oxc_ast refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00
oxc_cli feat(oxc_cli): support ignore-path 2023-03-01 04:39:18 -08:00
oxc_diagnostics feat(cli): support --quiet flag for lint command 2023-02-27 07:43:00 -08:00
oxc_linter refactor(linter) Generate rule name with declare_oxc_lint 2023-03-01 06:50:36 -08:00
oxc_macros refactor(linter) Generate rule name with declare_oxc_lint 2023-03-01 06:50:36 -08:00
oxc_parser refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00
oxc_printer printer: support JSXElement/JSXFragment 2023-03-01 02:34:23 -08:00
oxc_semantic feat(ast,lexer,linter): save and check comments 2023-02-27 12:31:57 +08:00