await-outside-async / E1142ΒΆ

Message emitted:

'await' should be used within an async function

Description:

Emitted when await is used outside an async function.

Created by typecheck checker