Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Aug 23, 2024
1 parent 1eae327 commit 3fa8635
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 247 deletions.
4 changes: 2 additions & 2 deletions tasks/coverage/semantic_babel.snap
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ rebuilt : ["x", "y"]

tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/cast/as-const/input.ts
semantic error: Unresolved references mismatch:
after transform: ["a7", "babelHelpers", "const", "d", "o4"]
rebuilt : ["a7", "babelHelpers", "d", "o4"]
after transform: ["a7", "const", "d", "o4"]
rebuilt : ["a7", "d", "o4"]

tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/cast/destructuring-assignment-in-parens/input.ts
semantic error: Unresolved references mismatch:
Expand Down
Loading

0 comments on commit 3fa8635

Please sign in to comment.