Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Var order nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jan 26, 2019
1 parent 5a2f040 commit aa3ea10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixture/export/named.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const foo = "foo"
const bar = "bar"
const baz = "baz"
const foo = "foo"

export { foo }
export { bar, baz }
Expand Down

0 comments on commit aa3ea10

Please sign in to comment.