We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
export default async function
TypeScript Version: next
Code
(with --target ES6)
--target ES6
export default async function foo() {} foo();
Expected behavior: foo can be accessed
foo
Actual behavior: src/index.ts(2,1): error TS2304: Cannot find name 'foo'.
src/index.ts(2,1): error TS2304: Cannot find name 'foo'.