oxc/crates/oxc_parser/src
2024-04-13 15:59:24 +08:00
..
js chore: fix internal doc warnings 2024-04-13 15:59:24 +08:00
jsx fix(parser): fix failed to parse JSXChild after JSXEmptyExpression (#2726) 2024-03-15 13:39:20 +08:00
lexer chore: guard against unsafe code as much as possible. 2024-04-03 19:35:07 +08:00
ts fix(parser): add support for empty module declaration (#2834) 2024-03-27 13:48:03 +08:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
cursor.rs chore: guard against unsafe code as much as possible. 2024-04-03 19:35:07 +08:00
diagnostics.rs fix(ast): parse rest parameter with the correct optional and type annotation syntax (#2686) 2024-03-12 15:47:22 +08:00
lib.rs fix(parser): add support for empty module declaration (#2834) 2024-03-27 13:48:03 +08:00
list.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
state.rs