test262/test/language/module-code/dynamic-import/syntax/valid/top-level-empty-str-arg.js

16 lines
413 B
JavaScript

// This file was procedurally generated from the following sources:
// - src/dynamic-import/empty-str-arg.case
// - src/dynamic-import/syntax/valid/top-level.template
/*---
description: Calling import('') (top level syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, module]
info: |
ImportCall :
import( AssignmentExpression )
---*/
import('');