mirror of https://github.com/lukechilds/rollup.git
Rich Harris
10 years ago
4 changed files with 27 additions and 5 deletions
@ -0,0 +1,3 @@ |
|||
module.exports = { |
|||
description: 'assigning to properties of imported bindings is permitted' |
|||
}; |
@ -0,0 +1 @@ |
|||
export default {}; |
@ -0,0 +1,5 @@ |
|||
import foo from './foo'; |
|||
|
|||
foo.modified = true; |
|||
|
|||
export default foo; |
Loading…
Reference in new issue