2017-11-23 21:10:52 +08:00
|
|
|
module.exports = [
|
|
|
|
|
[
|
2018-09-07 20:11:48 +08:00
|
|
|
/Can't import the named export 'data' from non EcmaScript module \(only default export is available\)/
|
2017-11-23 21:10:52 +08:00
|
|
|
],
|
|
|
|
|
[
|
2018-09-07 20:11:48 +08:00
|
|
|
/Can't import the named export 'data' from non EcmaScript module \(only default export is available\)/
|
2017-11-23 21:10:52 +08:00
|
|
|
],
|
|
|
|
|
[
|
2018-09-07 20:11:48 +08:00
|
|
|
/Can't import the namespace object from non EcmaScript module \(only default export is available\)/
|
2017-11-23 21:10:52 +08:00
|
|
|
],
|
|
|
|
|
[
|
2018-09-07 20:11:48 +08:00
|
|
|
/Can't import the namespace object from non EcmaScript module \(only default export is available\)/
|
2017-11-23 21:10:52 +08:00
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
/Can't reexport the namespace object from non EcmaScript module \(only default export is available\)/
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
/Can't reexport the named export 'data' from non EcmaScript module \(only default export is available\)/
|
|
|
|
|
]
|
|
|
|
|
];
|