Browse Source

const -> var, for 0.12

better-aggressive
Rich-Harris 9 years ago
parent
commit
677bcd4e69
  1. 2
      test/function/export-all-multiple/bar.js
  2. 2
      test/function/export-all-multiple/foo.js

2
test/function/export-all-multiple/bar.js

@ -1 +1 @@
export const BAR = 2;
export var BAR = 2;

2
test/function/export-all-multiple/foo.js

@ -1 +1 @@
export const FOO = 1;
export var FOO = 1;

Loading…
Cancel
Save