leobalter / shadowrealms-polyfill

MIT License
58 stars 0 forks source link

Realm.importValue imports the module in the main realm? #20

Open Jack-Works opened 2 years ago

Jack-Works commented 2 years ago

https://github.com/leobalter/realms-polyfill/blob/009b0bff507d6d137932a6474cad77d49a049417/src/index.js#L105-L119

It seems like import is called in the main realm. It doesn't look right.