whatwg / loader

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

Implementation status seems out of date #71

Closed matthewrobb closed 9 years ago

matthewrobb commented 9 years ago

The implementation status section states that progress is blocked by implementors implementing module support but looking into it further you find stuff like this.

This work is currently blocked on the completion of a specification for the Module Loader, which is being worked on in the WHATWG: https://github.com/whatwg/loader

What's currently implemented in V8 is parsing, which is most of what is specified in ES2015 (the loader is left out of that spec).

caridy commented 9 years ago

@matthewrobb we have been working to unblock @ajklein and his team. The purpose of the status info is just to knowledge that we have certain traction among implementers, but a lot to be done still.