oxc/crates/oxc_parser/src
2023-04-22 16:24:50 +08:00
..
js refactor(parser): remove some unused expression branchings 2023-04-16 12:26:58 +08:00
jsx fix(parser): fix parse error on JSXText preceded by JSXFragment (#262) 2023-04-06 17:17:46 +08:00
lexer chore: bump nightly to nightly-2023-04-20 (#304) 2023-04-20 23:35:38 +08:00
ts refactor(oxc_ast): change SourceType::with_ methods to return Self 2023-04-16 21:32:00 +08:00
context.rs refactor(oxc_parser): clean up doc 2023-04-01 19:03:33 +08:00
cursor.rs refactor(oxc_parser): remove unused re_lex_as_typescript_r_angle 2023-04-16 12:15:49 +08:00
diagnostics.rs refactor(oxc_parser): remove a few unused diagnostics 2023-04-15 18:13:15 +08:00
lib.rs fix(oxc_ast,oxc_parser): fix clippy warnings 2023-04-22 16:24:50 +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