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 = { |
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
|
// test copied from https://github.com/esnext/es6-module-transpiler/tree/master/test/examples/export-default
|
||||
|
@ -1,6 +1,5 @@ |
|||||
module.exports = { |
module.exports = { |
||||
description: 'imports a namespace from an internal module', |
description: 'imports a namespace from an internal module' |
||||
// solo: true
|
|
||||
}; |
}; |
||||
|
|
||||
// test copied from https://github.com/esnext/es6-module-transpiler/tree/master/test/examples/namespaces
|
// test copied from https://github.com/esnext/es6-module-transpiler/tree/master/test/examples/namespaces
|
||||
|
Loading…
Reference in new issue