We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
async function foo() { return "hi"; }
First thing I get is An async function must have a valid awaitable return type.
An async function must have a valid awaitable return type.
From a UX perspective, this is very confusing. If you add es2015.promise to your lib, it goes away.
es2015.promise
First thing I get is
An async function must have a valid awaitable return type.From a UX perspective, this is very confusing. If you add
es2015.promiseto your lib, it goes away.