mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 12:27:42 +00: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");
|