webpack/test/configCases/async-module/environment-not-support-asy.../warnings.js

11 lines
222 B
JavaScript
Raw Normal View History

2024-01-14 18:11:12 +08:00
module.exports = [
[
/The generated code contains 'async\/await'/,
2024-01-15 16:02:18 +08:00
/[\\/]tla\.js' is using topLevelAwait\./
2024-01-14 18:11:12 +08:00
],
[
/The generated code contains 'async\/await'/,
2024-01-15 16:02:18 +08:00
/[\\/]wasm\.wat' is using asyncWebAssembly\./
2024-01-14 18:11:12 +08:00
]
];