webpack/test/cases/parsing/harmony-export-precedence/warnings.js

6 lines
144 B
JavaScript
Raw Normal View History

2016-08-18 00:15:29 +08:00
module.exports = [
2023-04-13 02:09:24 +08:00
[
/export 'default' \(imported as 'defaultImport'\) was not found in '.\/a' \(possible exports: a, b, c, d, e, f\)/
]
2016-08-18 00:15:29 +08:00
];