Highlights usages of
await
-expressions outside async functions. While the new 'top-level async' proposal is on its way, currently it is still illegal to use
await
outside async functions.