whatwg / loader

Loader Standard
https://whatwg.github.io/loader/
Creative Commons Zero v1.0 Universal
607 stars 45 forks source link

[follow up] issue #46 adds an extra step to set [[Realm]] on the module #118

Closed caridy closed 8 years ago

caridy commented 8 years ago

the extra step to set [[Realm]] to the loader.[[Realm]] is not needed anymore based on the latest from 262 where [[Realm]] is set to the running execution context's Realm in ParseModule(): http://tc39.github.io/ecma262/#sec-parsemodule

additionally, we should wait until after https://github.com/tc39/ecma262/pull/275 to make any decision on this regards.

caridy commented 8 years ago

image