Skip to content

Commit

Permalink
conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Nov 28, 2024
1 parent ba233c2 commit 32d3ca9
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 303 deletions.
55 changes: 48 additions & 7 deletions tasks/transform_conformance/snapshots/babel.snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,18 @@ x Output mismatch
x Output mismatch

* assumption-setPublicClassFields/static-this/input.js
x Output mismatch
Scope children mismatch:
after transform: ScopeId(0): [ScopeId(1)]
rebuilt : ScopeId(0): [ScopeId(1), ScopeId(2)]
Scope children mismatch:
after transform: ScopeId(1): [ScopeId(2)]
rebuilt : ScopeId(1): []
Scope flags mismatch:
after transform: ScopeId(2): ScopeFlags(StrictMode | Function | Arrow)
rebuilt : ScopeId(2): ScopeFlags(Function | Arrow)
Scope parent mismatch:
after transform: ScopeId(2): Some(ScopeId(1))
rebuilt : ScopeId(2): Some(ScopeId(0))

* assumption-setPublicClassFields/super-expression/input.js
x Output mismatch
Expand Down Expand Up @@ -536,9 +547,6 @@ rebuilt : ScopeId(3): ScopeFlags(Function)
Scope parent mismatch:
after transform: ScopeId(2): Some(ScopeId(1))
rebuilt : ScopeId(3): Some(ScopeId(0))
Symbol reference IDs mismatch for "Foo":
after transform: SymbolId(0): [ReferenceId(1), ReferenceId(4)]
rebuilt : SymbolId(0): [ReferenceId(1)]

* private/static-class-binding/input.js
x Output mismatch
Expand All @@ -553,7 +561,18 @@ x Output mismatch
x Output mismatch

* private/static-this/input.js
x Output mismatch
Scope children mismatch:
after transform: ScopeId(0): [ScopeId(1)]
rebuilt : ScopeId(0): [ScopeId(1), ScopeId(2)]
Scope children mismatch:
after transform: ScopeId(1): [ScopeId(2)]
rebuilt : ScopeId(1): []
Scope flags mismatch:
after transform: ScopeId(2): ScopeFlags(StrictMode | Function | Arrow)
rebuilt : ScopeId(2): ScopeFlags(Function | Arrow)
Scope parent mismatch:
after transform: ScopeId(2): Some(ScopeId(1))
rebuilt : ScopeId(2): Some(ScopeId(0))

* private/super-expression/input.js
x Output mismatch
Expand Down Expand Up @@ -853,7 +872,18 @@ x Output mismatch
x Output mismatch

* public/static-this/input.js
x Output mismatch
Scope children mismatch:
after transform: ScopeId(0): [ScopeId(1)]
rebuilt : ScopeId(0): [ScopeId(1), ScopeId(2)]
Scope children mismatch:
after transform: ScopeId(1): [ScopeId(2)]
rebuilt : ScopeId(1): []
Scope flags mismatch:
after transform: ScopeId(2): ScopeFlags(StrictMode | Function | Arrow)
rebuilt : ScopeId(2): ScopeFlags(Function | Arrow)
Scope parent mismatch:
after transform: ScopeId(2): Some(ScopeId(1))
rebuilt : ScopeId(2): Some(ScopeId(0))

* public/super-expression/input.js
x Output mismatch
Expand Down Expand Up @@ -915,7 +945,18 @@ x Output mismatch
x Output mismatch

* public-loose/static-this/input.js
x Output mismatch
Scope children mismatch:
after transform: ScopeId(0): [ScopeId(1)]
rebuilt : ScopeId(0): [ScopeId(1), ScopeId(2)]
Scope children mismatch:
after transform: ScopeId(1): [ScopeId(2)]
rebuilt : ScopeId(1): []
Scope flags mismatch:
after transform: ScopeId(2): ScopeFlags(StrictMode | Function | Arrow)
rebuilt : ScopeId(2): ScopeFlags(Function | Arrow)
Scope parent mismatch:
after transform: ScopeId(2): Some(ScopeId(1))
rebuilt : ScopeId(2): Some(ScopeId(0))

* public-loose/super-expression/input.js
x Output mismatch
Expand Down
Loading

0 comments on commit 32d3ca9

Please sign in to comment.