Add exec test for T6882 (async function hoisting)

This commit is contained in:
Erik
2016-02-02 22:14:08 -05:00
committed by Erik Desjardins
parent ec61bd9386
commit e759b5f835
2 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,3 @@
{
"plugins": ["external-helpers", "transform-es2015-block-scoping", "transform-regenerator", "transform-async-to-generator"]
}