oxc/crates/oxc_parser/src
2023-05-13 15:07:00 +08:00
..
js refactor: move operator to oxc_syntax (#341) 2023-05-08 15:35:01 +08:00
jsx feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
lexer refactor: move SourceType from oxc_ast to oxc_span (#351) 2023-05-12 23:16:14 +08:00
ts chore(rust): allow clippy::new_without_default 2023-05-13 15:07:00 +08:00
context.rs chore: remove all #[must_use] 2023-05-11 21:08:00 +08:00
cursor.rs chore: remove all #[must_use] 2023-05-11 21:08:00 +08:00
diagnostics.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
lib.rs refactor: move SourceType from oxc_ast to oxc_span (#351) 2023-05-12 23:16:14 +08:00
list.rs fix(parser): fix crashing on empty ParenthesizedExpression with comments (#263) 2023-04-06 17:16:15 +08:00
state.rs refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00