oxc/crates/oxc_parser/src
2024-10-15 21:51:41 +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 fix(parser): should be treated comments where after ( as leading comments of next token (#6588) 2024-10-15 16:23:40 +00:00
ts refactor(parser): fix typo in var name (#6500) 2024-10-13 10:14:37 +00:00
context.rs
cursor.rs
diagnostics.rs feat(parser): better handling of invalid modifiers (#6482) 2024-10-13 03:16:02 +00:00
lib.rs chore(parser): enable lint warnings on missing docs (#6608) 2024-10-15 21:51:41 +00:00
modifiers.rs
state.rs