Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Nov 24, 2023
1 parent 902658b commit 95b8076
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
Expand Up @@ -24,7 +24,7 @@ var bar_default = { foo: foo$1 }
const a = 2;
const a = 2; // make foo `a` conflict
const { foo } = bar_default
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import bar from './bar'

const a = 2;
const a = 2; // make foo `a` conflict

const { foo } = bar

Expand Down

0 comments on commit 95b8076

Please sign in to comment.