oxc/crates/oxc_parser/src
overlookmotel 2804e7dbf6
perf(ast): reduce indirection in AST types (#3051)
Fixes #3048.

No apparent change on benchmarks. Likely these TS features are not much
used in the benchmark fixtures.
2024-04-22 09:05:25 +08:00
..
js perf(ast): reduce indirection in AST types (#3051) 2024-04-22 09:05:25 +08:00
jsx fix(parser): fix failed to parse JSXChild after JSXEmptyExpression (#2726) 2024-03-15 13:39:20 +08:00
lexer fix(parser): fix comment typos (#3036) 2024-04-20 13:13:25 +03:30
ts perf(ast): reduce indirection in AST types (#3051) 2024-04-22 09:05:25 +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