mirror of https://github.com/lukechilds/rollup.git
Rich Harris
10 years ago
8 changed files with 10 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
module.exports = { |
||||
|
description: 'deconflicts imports, again' |
||||
|
}; |
@ -0,0 +1 @@ |
|||||
|
export default { isBar: true }; |
@ -0,0 +1,3 @@ |
|||||
|
import foo from './bar'; |
||||
|
|
||||
|
export default foo.isBar; |
@ -0,0 +1,3 @@ |
|||||
|
import foo from './foo'; |
||||
|
|
||||
|
assert.ok( foo ); |
Loading…
Reference in new issue