mirror of https://github.com/tc39/test262.git
flag resolved import specifiers
This commit is contained in:
parent
7ab6f6d29a
commit
ee85129db0
|
@ -5,6 +5,9 @@ desc: ImportCall is a CallExpression, it can be followed by square brackets
|
|||
template: default
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
// import('./dynamic-import-module_FIXTURE.js')
|
||||
|
||||
//- import
|
||||
import('./dynamic-import-module_FIXTURE.js')['then'](x => x)
|
||||
//- body
|
||||
|
|
|
@ -24,6 +24,8 @@ template: default
|
|||
---*/
|
||||
|
||||
//- setup
|
||||
// import('./module-code_FIXTURE.js')
|
||||
|
||||
const obj = {
|
||||
toString() {
|
||||
return './module-code_FIXTURE.js';
|
||||
|
|
Loading…
Reference in New Issue