mirror of https://github.com/tc39/test262.git
parent
754fe94c5d
commit
972fff9e17
|
@ -24,4 +24,8 @@ features: [dynamic-import]
|
||||||
flags: [async]
|
flags: [async]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
if (true) import(/*{ params }*/);
|
if (true) import(/*{ params }*/).then(imported => {
|
||||||
|
|
||||||
|
/*{ body }*/
|
||||||
|
|
||||||
|
}).then($DONE, $DONE).catch($DONE);
|
||||||
|
|
Loading…
Reference in New Issue