mirror of https://github.com/tc39/test262.git
16 lines
523 B
JavaScript
16 lines
523 B
JavaScript
|
// This file was procedurally generated from the following sources:
|
||
|
// - src/dynamic-import/import-source-empty-str-is-valid-assign-expr.case
|
||
|
// - src/dynamic-import/syntax/valid/top-level.template
|
||
|
/*---
|
||
|
description: Calling import.source('') (top level syntax)
|
||
|
esid: sec-import-call-runtime-semantics-evaluation
|
||
|
features: [source-phase-imports, source-phase-imports-module-source, dynamic-import]
|
||
|
flags: [generated]
|
||
|
info: |
|
||
|
ImportCall :
|
||
|
import( AssignmentExpression )
|
||
|
|
||
|
---*/
|
||
|
|
||
|
import.source('<module source>');
|