mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
4 lines
140 B
JavaScript
4 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");
|