0ad/binaries/data/mods/_test.scriptinterface/module/delayed_blabbermouth.js

4 lines
140 B
JavaScript
Raw Normal View History

await undefined;
// `import "blabbermouth.js";` would be hoisted before the await resulting in it not being delayed.
log("blah blah blah");