2023-09-13 13:46:05 +02:00
|
|
|
// This file was procedurally generated from the following sources:
|
|
|
|
// - src/dynamic-import/import-attributes-trailing-comma-first.case
|
|
|
|
// - src/dynamic-import/syntax/valid/top-level.template
|
|
|
|
/*---
|
|
|
|
description: ImportCall trailing comma following first parameter (top level syntax)
|
|
|
|
esid: sec-import-call-runtime-semantics-evaluation
|
2023-09-13 14:16:34 +02:00
|
|
|
features: [import-attributes, dynamic-import]
|
2023-09-13 13:46:05 +02:00
|
|
|
flags: [generated]
|
|
|
|
info: |
|
|
|
|
ImportCall :
|
|
|
|
import( AssignmentExpression )
|
|
|
|
|
|
|
|
|
|
|
|
ImportCall :
|
|
|
|
import( AssignmentExpression[+In, ?Yield, ?Await] ,opt )
|
|
|
|
import( AssignmentExpression[+In, ?Yield, ?Await] , AssignmentExpression[+In, ?Yield, ?Await] ,opt )
|
|
|
|
|
|
|
|
---*/
|
|
|
|
|
|
|
|
import('./empty_FIXTURE.js',);
|