Skip to content

Commit

Permalink
Update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 26, 2023
1 parent 4d4f987 commit 3276cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var l;const o={bar:"hello"};console.log("bar",null==o?void 0:o.bar);const a=null!=(l=o.bar)?l:"default";console.log("name",a);
var l;const o={bar:"hello"};console.log("bar",null==o?void 0:o.bar),console.log("name",null!=(l=o.bar)?l:"default");
2 changes: 1 addition & 1 deletion test/unit/module/__snapshot__/module.min.js.snapshot
Original file line number Diff line number Diff line change
@@ -1 +1 @@
class s{f(){return 1}}const e=new class extends s{get x(){return super.f()}constructor(){super()}};console.log("main",e.x);
class e{f(){return 1}}console.log("main",new class extends e{get x(){return super.f()}constructor(){super()}}().x);

0 comments on commit 3276cee

Please sign in to comment.