whatwg / loader

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

Update browser vendors status #138

Closed mischah closed 8 years ago

mischah commented 8 years ago

… and link to webkits new and shiny feature status page.

ES6 modules are in development for

mischah commented 8 years ago

Sorry, just realized that it’s (partly) an duplicate of #137 and #134

Would you like me to remove the Edge related changes and do a force push?

domenic commented 8 years ago

ES6 modules are not at all equivalent to the loader spec in this repo. See previous discussions in #134, #137, #136.

WebKit does not appear to be working on the loader features in this repo either.

mischah commented 8 years ago

Okay. It’s a little confusing 😖

I guess the update to the webkit status page is also obsolete then? Feel free to close in that case. Otherwise I could update und force push that PR …

matthewp commented 8 years ago

Yes, neither refer to the Loader spec. Think about it like this: there is a syntax in JavaScript for importing modules and then there is a mechanism that defines how modules should be loaded. One is grammar and the other instruction. Those browsers are implementing the former.

matthewrobb commented 8 years ago

Does anyone know if the work being done will be exposed to script in a way that could ENABLE loader polyfill? I feel like I know the answer to this but I don't think I quite understand it.

I get that the module hooks leave it up to the environment to provide the "instruction" but if those touch points can be hooked into then we might see this spec evolve more organically.

Namely it seems as though you could spec minimally the bits from this repo that are required to "provide" the module exports.

mischah commented 8 years ago

Closing this 😘