Skip to content

Commit

Permalink
add missing snapshot, update stale snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbarabash committed Jul 25, 2024
1 parent 7ff8ce0 commit eb33d02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
input:
foo.bar = "baz";
let c = a?.b?.c;

output:
foo.bar = "baz";
var c = a?.b?.c;
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ output: Success: { Body =
Property = Ident { Name = "Baz"
Loc = None }
Computed = false
OptChain = false
Loc = None }
Computed = true
Optional = false
Expand All @@ -36,6 +37,7 @@ output: Success: { Body =
Property = Ident { Name = "toPrimitive"
Loc = None }
Computed = false
OptChain = false
Loc = None }
Computed = true
Optional = false
Expand Down

0 comments on commit eb33d02

Please sign in to comment.