Guy Bedford
Guy Bedford
I was under the impression that the specification process was supposed to be an open and transparent process where feedback and discussion around the intricacies of implementations was welcomed. Since...
@domenic I only want to discuss the arguments here, feasibility and use cases, this is what I am here to share. The first line of your response already states the...
> If dep.js contains import './index', it imports https://cdn.com/[email protected]/index. `https://cdn.com/[email protected]/index.js` is then instantiated and executed in the module map twice, once as `https://cdn.com.react` (the one the user imported) and a...
I'm aiming to post up the Node.js implementation soon and this question is now coming up again in implementation work - I think we do need to make a decision...
This makes a lot of sense as the approach, sure. I've posted https://github.com/WebAssembly/esm-integration/pull/95.
This has now been resolved in https://github.com/WebAssembly/esm-integration/pull/95 with tests in https://github.com/WebAssembly/esm-integration/pull/110.
Thanks @maxbrunsfeld for getting this one started. This has now been landed in https://github.com/cloudflare/workers-rs/pull/727.
Slides available at https://docs.google.com/presentation/d/1Po0FlImrq1DJUARuZRssDshVtQGwz-YlnsdVrkA2UvE.
The work towards (2) is very impressive and seems like it is close to fruition in finding a consistent and sensible model. (3) is also viable provided that we could...
Great to see this as a fundamental goal. Ever since JSPM went CDN-only I've also been wanting to bring back a `--local` flag to the JSPM CLI, ideally with a...