oxc/crates/oxc_parser/src
Ali Rezvani b76b02d019
fix(parser): add support for empty module declaration (#2834)
Should be merged after #2829, Tried a few times to get it done with
graphite stacking but found no success. I guess it either doesn't work
with forks or It is just a skill issue since I'm not familiar with it.

closes: #2829
closes: #2830

---------

Co-authored-by: Dmytro Maretskyi <maretskii@gmail.com>
2024-03-27 13:48:03 +08:00
..
js fix(ast): parse rest parameter with the correct optional and type annotation syntax (#2686) 2024-03-12 15:47:22 +08:00
jsx fix(parser): fix failed to parse JSXChild after JSXEmptyExpression (#2726) 2024-03-15 13:39:20 +08:00
lexer perf(parser): faster lexing JSX identifiers (#2557) 2024-03-18 12:06:27 +00: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 fix(parser): improve lexing of jsx identifier to fix duplicated comments after jsx name (#2687) 2024-03-12 15:51:51 +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