webpack/test/cases/json/import-by-name-with-concate.../warnings.js

18 lines
702 B
JavaScript
Raw Normal View History

module.exports = [
[
/Can't import the named export '2' \(imported as 'c'\) from default-exporting module \(only default export is available\)/
],
[
/Can't import the named export 'aa' \(imported as 'aa'\) from default-exporting module \(only default export is available\)/
],
[
/Can't import the named export 'bb' \(imported as 'bb'\) from default-exporting module \(only default export is available\)/
],
[
/Can't import the named export 'named' \(imported as 'named'\) from default-exporting module \(only default export is available\)/
],
[
/Can't import the named export 'named' \(imported as 'gnamed'\) from default-exporting module \(only default export is available\)/
]
];