mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
3 lines
140 B
JavaScript
3 lines
140 B
JavaScript
await undefined;
|
|
// `import "blabbermouth.js";` would be hoisted before the await resulting in it not being delayed.
|
|
log("blah blah blah");
|