2017-11-23 21:10:52 +08:00
|
|
|
module.exports = [
|
|
|
|
[
|
2019-06-12 20:31:36 +08:00
|
|
|
/Can't import the named export 'data' \(imported as 'data'\) from non EcmaScript module \(only default export is available\)/
|
2017-11-23 21:10:52 +08:00
|
|
|
],
|
|
|
|
[
|
2019-06-12 20:31:36 +08:00
|
|
|
/Can't import the named export 'data' \(imported as 'data'\) from non EcmaScript module \(only default export is available\)/
|
2017-11-23 21:10:52 +08:00
|
|
|
],
|
|
|
|
[
|
2019-06-12 20:31:36 +08:00
|
|
|
/Can't import the namespace object \(imported as 'star'\) from non EcmaScript module \(only default export is available\)/
|
2017-11-23 21:10:52 +08:00
|
|
|
],
|
|
|
|
[
|
2019-06-12 20:31:36 +08:00
|
|
|
/Can't import the namespace object \(imported as 'star'\) from non EcmaScript module \(only default export is available\)/
|
2017-11-23 21:10:52 +08:00
|
|
|
],
|
|
|
|
[
|
2019-06-12 20:31:36 +08:00
|
|
|
/Can't import the namespace object \(reexported as 'ns'\) from non EcmaScript module \(only default export is available\)/
|
2017-11-23 21:10:52 +08:00
|
|
|
],
|
|
|
|
[
|
2019-06-12 20:31:36 +08:00
|
|
|
/Can't import the named export 'data' \(reexported as 'data'\) from non EcmaScript module \(only default export is available\)/
|
2017-11-23 21:10:52 +08:00
|
|
|
]
|
|
|
|
];
|