oxc/crates/oxc_parser/src/ts
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
..
declaration.rs parser(refactor): promise only one Source on a thread at a time (#2340) 2024-02-08 14:51:17 +08:00
list.rs fix(parser): parse named rest element in type tuple (#2655) 2024-03-10 13:25:15 +08:00
mod.rs refactor(oxc_parser): clean up doc 2023-04-01 19:03:33 +08:00
statement.rs fix(parser): add support for empty module declaration (#2834) 2024-03-27 13:48:03 +08:00
types.rs fix(parser): fix span start for return type in function type (#2660) 2024-03-10 13:32:25 +08:00