377-async-func-decl

This commit is contained in:
Brian Ng 2017-05-22 17:35:01 -05:00
parent 6c6ee74eb0
commit 889a505ffd
No known key found for this signature in database
GPG Key ID: 3F2380E1E1508CA9
6 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
export async function foo() {}

View File

@ -0,0 +1 @@
export async function foo() {}

View File

@ -0,0 +1 @@
export default async () => await foo()

View File

@ -0,0 +1 @@
export default (async () => await foo());

View File

@ -0,0 +1 @@
export default async function bar() {}

View File

@ -0,0 +1 @@
export default async function bar() {}