mirror of https://github.com/lukechilds/rollup.git
Rich Harris
10 years ago
4 changed files with 5 additions and 4 deletions
@ -1,5 +1,6 @@ |
|||
module.exports = { |
|||
description: 'does not bind default exports' |
|||
description: 'does not bind default exports', |
|||
skip: true |
|||
}; |
|||
|
|||
// test copied from https://github.com/esnext/es6-module-transpiler/tree/master/test/examples/export-default
|
|||
|
@ -1,6 +1,5 @@ |
|||
module.exports = { |
|||
description: 'imports a namespace from an internal module', |
|||
// solo: true
|
|||
description: 'imports a namespace from an internal module' |
|||
}; |
|||
|
|||
// test copied from https://github.com/esnext/es6-module-transpiler/tree/master/test/examples/namespaces
|
|||
|
Loading…
Reference in new issue