Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 12, 2024
1 parent 7e13d0e commit 9ed0f8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/swc_ecma_minifier/tests/fixture/issues/9030/output.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
var FRUITS_MANGO = "mango", getMangoLabel = (label)=>label[FRUITS_MANGO];
export default ((name)=>{
if (name === FRUITS_MANGO) return getMangoLabel;
});

0 comments on commit 9ed0f8c

Please sign in to comment.