oxc/tasks/transform_conformance/tests
overlookmotel 3d83396f0b test(transformer/nullish-coalescing): failing test (#8051)
Add failing test for nullish coalescing operator. The output is correct, but temp var is created in wrong scope.

My guess is that it needs to use `current_hoist_scope_id`, not `current_scope_id`.

This test from class properties also shows the same problem: ac097e9160/tasks/transform_conformance/snapshots/oxc.snap.md (L20-L35)
2024-12-21 07:08:29 +00:00
..
babel-plugin-transform-arrow-functions/test/fixtures fix(transformer): fix arrow function transform (#5933) 2024-09-21 07:48:18 +00:00
babel-plugin-transform-async-generator-functions/test/fixtures fix(transformer/async-generator-functions): incorrect transformation for for await if it's not placed in a block (#7148) 2024-11-06 05:51:01 +00:00
babel-plugin-transform-async-to-generator/test/fixtures test(transformer/async-to-generator): failing test for nested supers (#7314) 2024-11-26 15:54:07 +00:00
babel-plugin-transform-class-properties/test/fixtures fix(transformer/class-properties): replace this and class name in static blocks (#8035) 2024-12-20 10:07:23 +00:00
babel-plugin-transform-class-static-block/test/fixtures feat(transformer): class static block transform (#6733) 2024-10-22 03:40:02 +00:00
babel-plugin-transform-exponentiation-operator/test/fixtures test(transformer): fix indentation in transformer test fixtures (#6346) 2024-10-08 01:32:07 +00:00
babel-plugin-transform-logical-assignment-operators/test/fixtures feat(transformer/logical-assignment-operators): no temp vars for literals (#7759) 2024-12-10 02:28:28 +00:00
babel-plugin-transform-nullish-coalescing-operator/test/fixtures test(transformer/nullish-coalescing): failing test (#8051) 2024-12-21 07:08:29 +00:00
babel-plugin-transform-object-rest-spread/test/fixtures/object-rest feat(transformer): transform object rest spread (#7003) 2024-11-21 11:33:26 +00:00
babel-plugin-transform-optional-catch-binding/test/fixtures
babel-plugin-transform-react-jsx/test/fixtures fix(oxc_transformer): correct generate ThisExpr and import.meta in jsx pragma (#7553) 2024-12-03 13:54:15 +00:00
babel-plugin-transform-react-jsx-source/test/fixtures/react-source fix(transformer): JSX source: add var _jsxFileName statement (#5894) 2024-09-20 01:26:52 +00:00
babel-plugin-transform-typescript/test/fixtures fix(semantic): missing references when export {} references a type-only binding and a normal (#7812) 2024-12-13 12:00:58 +08:00
babel-preset-typescript/test/fixtures/removeImportExtensions
regexp/test/fixtures test(transformer): fix indentation in transformer test fixtures (#6346) 2024-10-08 01:32:07 +00:00