mirror of https://github.com/nodejs/node.git
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
|
const neverSettlingDynamicImport = import('never-settle-resolve');
|
||
|
|
||
|
console.log('should be output');
|
||
|
|
||
|
await neverSettlingDynamicImport;
|