Skip to content

Commit dba2208

Browse files
CopilotDunqing
andcommitted
fix: rename babel-plugin-proposal-explicit-resource-management to babel-plugin-transform-explicit-resource-management
Co-authored-by: Dunqing <29533304+Dunqing@users.noreply.github.com>
1 parent f925642 commit dba2208

File tree

13 files changed

+20
-1
lines changed

13 files changed

+20
-1
lines changed

tasks/transform_conformance/snapshots/oxc.snap.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
commit: 98d18aa4
22

3-
Passed: 180/298
3+
Passed: 182/302
44

55
# All Passed:
66
* babel-plugin-transform-class-static-block
@@ -20,6 +20,25 @@ Passed: 180/298
2020
* regexp
2121

2222

23+
# babel-plugin-transform-explicit-resource-management (2/4)
24+
* export-class-name/input.js
25+
x Output mismatch
26+
27+
* function-with-scopes-in-params/input.js
28+
Bindings mismatch:
29+
after transform: ScopeId(1): ["_usingCtx", "a", "b", "x", "y"]
30+
rebuilt : ScopeId(1): ["_usingCtx", "a", "b"]
31+
Bindings mismatch:
32+
after transform: ScopeId(5): []
33+
rebuilt : ScopeId(4): ["x", "y"]
34+
Symbol scope ID mismatch for "x":
35+
after transform: SymbolId(3): ScopeId(1)
36+
rebuilt : SymbolId(4): ScopeId(4)
37+
Symbol scope ID mismatch for "y":
38+
after transform: SymbolId(4): ScopeId(1)
39+
rebuilt : SymbolId(5): ScopeId(4)
40+
41+
2342
# babel-plugin-transform-class-properties (23/29)
2443
* private-field-resolve-to-method/input.js
2544
x Output mismatch

0 commit comments

Comments
 (0)