oxc/crates/oxc_parser/src
2023-05-08 15:35:01 +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 feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
ts refactor: move operator to oxc_syntax (#341) 2023-05-08 15:35:01 +08:00
context.rs chore(rust): bump bitflags to v2 2023-05-04 12:24:47 +08:00
cursor.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
diagnostics.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
lib.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +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