oxc/crates/oxc_parser/src
2024-09-10 14:01:36 +00:00
..
js perf(ast)!: reduce size of WithClause by Boxing it (#5677) 2024-09-10 14:01:36 +00:00
jsx feat(ast)!: add ThisExpression variants to JSXElementName and JSXMemberExpressionObject (#5466) 2024-09-05 02:06:20 +00:00
lexer chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
ts chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +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 refactor(linter): use meaningful names for diagnostic parameters (#5564) 2024-09-06 18:14:56 -04:00
lib.rs feat(span)!: change SourceType::js to SourceType::cjs and SourceType::mjs (#5606) 2024-09-08 14:11:02 +00:00
modifiers.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
state.rs