oxc/crates/oxc_parser/src
2024-10-13 10:14:37 +00:00
..
js feat(parser): better errors for reserved words used as identifier names (#6478) 2024-10-13 03:16:01 +00:00
jsx perf(parser): precompute is_typescript (#6443) 2024-10-11 03:39:38 +00:00
lexer refactor(oxc)!: remove passing Trivias around (#6446) 2024-10-11 06:09:25 +00:00
ts refactor(parser): fix typo in var name (#6500) 2024-10-13 10:14:37 +00:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
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): better handling of invalid modifiers (#6482) 2024-10-13 03:16:02 +00:00
lib.rs refactor(oxc)!: remove passing Trivias around (#6446) 2024-10-11 06:09:25 +00:00
modifiers.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
state.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00