oxc/crates/oxc_codegen
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 refactor(codegen): clean up API around building sourcemaps (#2602) 2024-03-04 16:03:33 +08:00
src fix(parser): parse named rest element in type tuple (#2655) 2024-03-10 13:25:15 +08:00
tests refactor(codegen): clean up API around building sourcemaps (#2602) 2024-03-04 16:03:33 +08:00
Cargo.toml Release crates v0.9.0 2024-03-05 15:57:31 +08:00