oxc/crates/oxc_parser
Arnaud Barré b453a072cc
fix(parser): parse named rest element in type tuple (#2655)
This is fixing the parser for `type X = [...args: string[]];`

In TSESLint TSNamedTupleMember in part of the TSType union, so I did the
same.
2024-03-10 13:25:15 +08:00
..
examples chore(parser): print both AST and errors in examples/parser 2024-02-26 23:20:46 +08:00
src fix(parser): parse named rest element in type tuple (#2655) 2024-03-10 13:25:15 +08:00
Cargo.toml feat: miette v7 (#2465) 2024-03-08 15:50:00 +08:00