mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
8 years ago
1 changed files with 1 additions and 1 deletions
@ -1,3 +1,3 @@ |
|||||
let foo = 1; |
var foo = 1; |
||||
export { foo as default }; |
export { foo as default }; |
||||
foo = 2; |
foo = 2; |
||||
|
Loading…
Reference in new issue