whatwg/loader

[Question] `Instantiation()` returns after calling `ParseModule(source)` without setting the `[[Realm]]`, is that ok? Or is the realm only needed if result is callable?

caridy opened this issue · 2 comments

loader.js implementation feedback

solved as part of refactor on #122

[[Realm]] is now set as part of ParseModule() and new Module()