mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
9 years ago
2 changed files with 2 additions and 2 deletions
@ -1 +1 @@ |
|||
export const BAR = 2; |
|||
export var BAR = 2; |
|||
|
@ -1 +1 @@ |
|||
export const FOO = 1; |
|||
export var FOO = 1; |
|||
|
Loading…
Reference in new issue