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
|
template: default
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
//- setup
|
||||||
|
// import('./dynamic-import-module_FIXTURE.js')
|
||||||
|
|
||||||
//- import
|
//- import
|
||||||
import('./dynamic-import-module_FIXTURE.js')['then'](x => x)
|
import('./dynamic-import-module_FIXTURE.js')['then'](x => x)
|
||||||
//- body
|
//- body
|
||||||
|
|
|
@ -24,6 +24,8 @@ template: default
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- setup
|
//- setup
|
||||||
|
// import('./module-code_FIXTURE.js')
|
||||||
|
|
||||||
const obj = {
|
const obj = {
|
||||||
toString() {
|
toString() {
|
||||||
return './module-code_FIXTURE.js';
|
return './module-code_FIXTURE.js';
|
||||||
|
|
Loading…
Reference in New Issue