webpack/test/statsCases/async-unsupported/a.js

3 lines
43 B
JavaScript

await Promise.resolve();
export default 1;