oxc/crates/oxc_parser/src
Boshen bb18132da5
refactor(oxc_diagnostics): remove error declarations
Make this crate not dependent on `oxc_ast`
2023-04-10 22:21:05 +08:00
..
js refactor(oxc_diagnostics): remove error declarations 2023-04-10 22:21:05 +08:00
jsx fix(parser): fix parse error on JSXText preceded by JSXFragment (#262) 2023-04-06 17:17:46 +08:00
lexer fix(parser): fix additional char being consumed in JSXText (#259) 2023-04-06 13:52:04 +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 fix(parser): allow non-last rest element in ambient contexts 2023-04-02 16:41:53 +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