Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 20, 2024
1 parent ce99c4a commit 16ca7d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/swc/tests/fixture/issues-8xxx/8705/output/1.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
console.log(Math.pow({
valueOf: ()=>42
}, 1));
3 changes: 3 additions & 0 deletions crates/swc_ecma_minifier/tests/fixture/issues/8704/output.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
console.log({
toString: ()=>'swc'
} + '');
3 changes: 3 additions & 0 deletions crates/swc_ecma_minifier/tests/fixture/issues/8705/output.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
console.log(Math.pow({
valueOf: ()=>42
}, 1));

0 comments on commit 16ca7d5

Please sign in to comment.