oxc/tasks/transform_conformance/snapshots
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.snap.md fix(transformer/class-properties): run other transforms on static properties, static blocks, and computed keys (#7982) 2024-12-20 10:07:23 +00:00
babel_exec.snap.md fix(transformer/class-properties): run other transforms on static properties, static blocks, and computed keys (#7982) 2024-12-20 10:07:23 +00:00
oxc.snap.md test(transformer/nullish-coalescing): failing test (#8051) 2024-12-21 07:08:29 +00:00
oxc_exec.snap.md test(transformer/class-properties): add static super tagged template test (#7964) 2024-12-18 10:25:21 +00:00