oxc/tasks/transform_conformance/overrides
Dunqing 9a03bd23b9 fix(transformer/typescript): remove type-only import = when only_remove_type_imports is true (#8275)
close: https://github.com/oxc-project/oxc/issues/8230
close: https://github.com/rolldown/rolldown/issues/3287

Related PR in Babel: https://github.com/oxc-project/oxc/issues/8230

I have compared our output with TypeScript, and it is the same as `TypeScript`, Babel's implementation currently hasn't removed imports referenced by type-only `TSImportEqualsDeclaration`
2025-01-11 08:42:51 +00:00
..
babel-plugin-transform-class-properties/test/fixtures fix(transformer/arrow-functions): _this = this should be inserted after super call expression (#8024) 2025-01-07 13:53:44 +00:00
babel-plugin-transform-logical-assignment-operators/test/fixtures/logical-assignment/null-coalescing-without-other feat(transformer/logical-assignment-operators): no temp vars for literals (#7759) 2024-12-10 02:28:28 +00:00
babel-plugin-transform-object-rest-spread/test/fixtures chore(tasks/transform-conformance): support override to replace takeover mode (#7771) 2024-12-11 16:18:14 +00:00
babel-plugin-transform-optional-chaining/test/fixtures chore(tasks/transform-conformance): support override to replace takeover mode (#7771) 2024-12-11 16:18:14 +00:00
babel-plugin-transform-private-methods/test/fixtures feat(transformer/class-properties): transform static/instance accessor methods (#8132) 2024-12-31 12:30:56 +00:00
babel-plugin-transform-private-property-in-object/test/fixtures feat(transformer/class-properties): transform private in expression (#8202) 2024-12-31 12:30:58 +00:00
babel-plugin-transform-typescript/test/fixtures fix(transformer/typescript): remove type-only import = when only_remove_type_imports is true (#8275) 2025-01-11 08:42:51 +00:00