oxc/crates/oxc_parser/src
2023-04-15 18:13:15 +08:00
..
js refactor(oxc_parser): remove a few unused diagnostics 2023-04-15 18:13:15 +08:00
jsx fix(parser): fix parse error on JSXText preceded by JSXFragment (#262) 2023-04-06 17:17:46 +08:00
lexer refactor(oxc_ast): cleanup docs and exports 2023-04-15 18:02:17 +08:00
ts fix(parser): clean up type arguments parsing (#242) 2023-04-02 12:06:52 +08:00
context.rs refactor(oxc_parser): clean up doc 2023-04-01 19:03:33 +08:00
cursor.rs refactor(oxc_parser): clean up doc 2023-04-01 19:03:33 +08:00
diagnostics.rs refactor(oxc_parser): remove a few unused diagnostics 2023-04-15 18:13:15 +08:00
lib.rs fix(parser): fix panic in unexpected token 2023-04-10 21:57:31 +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