@@ -858,10 +858,7 @@ after transform: SymbolId(0): SymbolFlags(RegularEnum)
858858rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable)
859859
860860tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/estree-compat/shorthand-ambient-module/input.ts
861- semantic error: Bindings mismatch:
862- after transform: ScopeId(0): ["hot-new-module"]
863- rebuilt : ScopeId(0): []
864- Scope children mismatch:
861+ semantic error: Scope children mismatch:
865862after transform: ScopeId(0): [ScopeId(1)]
866863rebuilt : ScopeId(0): []
867864
@@ -1038,10 +1035,7 @@ after transform: ScopeId(0): ["A", "C", "D", "foo"]
10381035rebuilt : ScopeId(0): []
10391036
10401037tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/not-top-level/input.ts
1041- semantic error: Bindings mismatch:
1042- after transform: ScopeId(0): ["m"]
1043- rebuilt : ScopeId(0): []
1044- Scope children mismatch:
1038+ semantic error: Scope children mismatch:
10451039after transform: ScopeId(0): [ScopeId(1)]
10461040rebuilt : ScopeId(0): []
10471041
@@ -1314,26 +1308,17 @@ after transform: ScopeId(0): [ScopeId(1)]
13141308rebuilt : ScopeId(0): []
13151309
13161310tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/declare-shorthand/input.ts
1317- semantic error: Bindings mismatch:
1318- after transform: ScopeId(0): ["m"]
1319- rebuilt : ScopeId(0): []
1320- Scope children mismatch:
1311+ semantic error: Scope children mismatch:
13211312after transform: ScopeId(0): [ScopeId(1)]
13221313rebuilt : ScopeId(0): []
13231314
13241315tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/global-in-module/input.ts
1325- semantic error: Bindings mismatch:
1326- after transform: ScopeId(0): ["m"]
1327- rebuilt : ScopeId(0): []
1328- Scope children mismatch:
1316+ semantic error: Scope children mismatch:
13291317after transform: ScopeId(0): [ScopeId(1)]
13301318rebuilt : ScopeId(0): []
13311319
13321320tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/global-in-module-babel-7/input.ts
1333- semantic error: Bindings mismatch:
1334- after transform: ScopeId(0): ["m"]
1335- rebuilt : ScopeId(0): []
1336- Scope children mismatch:
1321+ semantic error: Scope children mismatch:
13371322after transform: ScopeId(0): [ScopeId(1)]
13381323rebuilt : ScopeId(0): []
13391324
@@ -1345,15 +1330,15 @@ semantic error: Ambient modules cannot be nested in other modules or namespaces.
13451330
13461331tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/head-declare/input.ts
13471332semantic error: Bindings mismatch:
1348- after transform: ScopeId(0): ["M", "N", "m" ]
1333+ after transform: ScopeId(0): ["M", "N"]
13491334rebuilt : ScopeId(0): []
13501335Scope children mismatch:
13511336after transform: ScopeId(0): [ScopeId(1), ScopeId(3), ScopeId(4), ScopeId(5)]
13521337rebuilt : ScopeId(0): []
13531338
13541339tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/head-declare-babel-7/input.ts
13551340semantic error: Bindings mismatch:
1356- after transform: ScopeId(0): ["M", "N", "m" ]
1341+ after transform: ScopeId(0): ["M", "N"]
13571342rebuilt : ScopeId(0): []
13581343Scope children mismatch:
13591344after transform: ScopeId(0): [ScopeId(1), ScopeId(3), ScopeId(4), ScopeId(5)]
@@ -1573,21 +1558,15 @@ after transform: SymbolId(0): SymbolFlags(RegularEnum)
15731558rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable)
15741559
15751560tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/export-func-in-declare-module/input.ts
1576- semantic error: Bindings mismatch:
1577- after transform: ScopeId(0): ["m2"]
1578- rebuilt : ScopeId(0): []
1579- Scope children mismatch:
1561+ semantic error: Scope children mismatch:
15801562after transform: ScopeId(0): [ScopeId(1), ScopeId(6)]
15811563rebuilt : ScopeId(0): []
15821564Unresolved references mismatch:
15831565after transform: ["X"]
15841566rebuilt : []
15851567
15861568tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/export-import-in-declare-module/input.ts
1587- semantic error: Bindings mismatch:
1588- after transform: ScopeId(0): ["~popsicle/dist/common"]
1589- rebuilt : ScopeId(0): []
1590- Scope children mismatch:
1569+ semantic error: Scope children mismatch:
15911570after transform: ScopeId(0): [ScopeId(1)]
15921571rebuilt : ScopeId(0): []
15931572
@@ -1646,7 +1625,7 @@ rebuilt : SymbolId(0): []
16461625
16471626tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/module-declaration-var/input.js
16481627semantic error: Bindings mismatch:
1649- after transform: ScopeId(0): ["bar", " foo"]
1628+ after transform: ScopeId(0): ["foo"]
16501629rebuilt : ScopeId(0): []
16511630Scope children mismatch:
16521631after transform: ScopeId(0): [ScopeId(1), ScopeId(2)]
@@ -2125,16 +2104,13 @@ after transform: SymbolId(3): [Span { start: 81, end: 82 }, Span { start: 170, e
21252104rebuilt : SymbolId(3): []
21262105
21272106tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-in-different-module/input.ts
2128- semantic error: Bindings mismatch:
2129- after transform: ScopeId(0): ["test", "test/submodule"]
2130- rebuilt : ScopeId(0): []
2131- Scope children mismatch:
2107+ semantic error: Scope children mismatch:
21322108after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3)]
21332109rebuilt : ScopeId(0): []
21342110
21352111tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-in-different-module-and-top-level/input.ts
21362112semantic error: Bindings mismatch:
2137- after transform: ScopeId(0): ["JSONSchema7", "foo", "fooBar", "test/submodule", "test/submodule2" ]
2113+ after transform: ScopeId(0): ["JSONSchema7", "foo", "fooBar"]
21382114rebuilt : ScopeId(0): ["foo", "fooBar"]
21392115Scope children mismatch:
21402116after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3)]
@@ -2144,10 +2120,7 @@ after transform: SymbolId(1): [ReferenceId(1), ReferenceId(4)]
21442120rebuilt : SymbolId(0): [ReferenceId(0)]
21452121
21462122tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-in-nested-module/input.ts
2147- semantic error: Bindings mismatch:
2148- after transform: ScopeId(0): ["test/sub1"]
2149- rebuilt : ScopeId(0): []
2150- Scope children mismatch:
2123+ semantic error: Scope children mismatch:
21512124after transform: ScopeId(0): [ScopeId(1)]
21522125rebuilt : ScopeId(0): []
21532126
0 commit comments