oxc/crates/oxc_parser/src
2024-09-03 02:36:37 +00:00
..
js feat(ast, parser): add oxc_regular_expression types to the parser and AST. (#5256) 2024-09-03 02:36:37 +00:00
jsx feat(ast)!: remove JSXMemberExpressionObject::Identifier variant (#5358) 2024-09-02 18:35:39 +00:00
lexer chore: typo fix (#5380) 2024-09-01 15:10:40 +08:00
ts fix(parser): parse assert keyword in TSImportAttributes (#4610) 2024-08-04 01:41:31 +00:00
context.rs
cursor.rs fix(parser): change unterminated regex error to be non-recoverable (#5285) 2024-08-28 01:57:31 +00:00
diagnostics.rs feat(parser): report class properties that are both definite and optional (#5181) 2024-08-25 01:02:49 +00:00
lib.rs test(parser): fix incorrect flow error test 2024-08-28 20:53:32 +08:00
modifiers.rs refactor(linter, mangler, parser, semantic, transformer, traverse, wasm): rename various flag vars to flags (#5028) 2024-08-21 00:19:58 +00:00
state.rs