15:57
<nicolo-ribaudo>
Is there some environment (Node.js vm module?) where you can have a module importing a module from a different realm?
15:58
<nicolo-ribaudo>
I'm reading InitializeEnvironment(), and it seems to me that if module A does import * as ns from "B", B's namespace object is created in A's Realm
15:58
<nicolo-ribaudo>
Not sure if it's observable, as they don't have a prototype
16:00
<Chengzhong Wu>
https://github.com/nodejs/node/blob/25443db104d39a3dcd410fa882884580734cfaa4/lib/internal/vm/module.js#L354-L356 Node.js vm right now does not allow importing a module from a different realm