oxc/tasks/transform_conformance/overrides
overlookmotel c0576faf80 fix(transformer/class-properties): use UID for args in created class constructor (#7866)
When creating class constructor for a class which has super class, use UID `_args` for temp var (rather than `args`). This avoids shadowing a var called `args` used in an instance property initializer.

This diverges from Babel. Babel uses `args` unless it finds a var called `args` in an instance property initializer. But searching the AST of initializers can be fairly expensive, so it's better to skip it. The overrides for test fixtures included in this PR are just to account for that difference.
2024-12-14 04:18:48 +00:00
..
babel-plugin-transform-class-properties/test/fixtures fix(transformer/class-properties): use UID for args in created class constructor (#7866) 2024-12-14 04:18:48 +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