oxc/crates/oxc_parser
Arnaud Barré 776812315d
fix(parser)!: drop TSImportEqualsDeclaration.is_export (#2654)
This is one point where Babel and TSESLint diverge. For linter purposes
TSESLint structure makes more sense and that the reason of
https://github.com/typescript-eslint/typescript-eslint/issues/4130

The remaining `is_export` was creating redundant information and made
prettier (and the WIP oxc/prettier) print the AST of `export import X =
Y` as `export export import X = Y`.
2024-03-10 13:22:18 +08:00
..
examples chore(parser): print both AST and errors in examples/parser 2024-02-26 23:20:46 +08:00
src fix(parser)!: drop TSImportEqualsDeclaration.is_export (#2654) 2024-03-10 13:22:18 +08:00
Cargo.toml feat: miette v7 (#2465) 2024-03-08 15:50:00 +08:00