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