whatwg / loader

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

[bug] 8.2.6. ModuleEvaluation() is assuming `this.[[Evaluate]]`, it should be `this.[[Module]].[[Evaluate]]` because it doesn't hold the evaluate internal slot directly. #116

Closed caridy closed 8 years ago

caridy commented 8 years ago

loader.js implementation feedback

caridy commented 8 years ago

not an issue, description of the real issue is here https://github.com/whatwg/loader/issues/113