Guy Bedford

Results 1051 comments of Guy Bedford

I guess something like - 1. If the _scheme_, _host_ and _authentication_ do not match between relURL and baseURL, then 1. Return relURL.href 1. Let relPath be the path of...

In my own experience working with module specifiers in the module system, the lack of a reliable `URL.relative` when outputting relative module URLs has been a constant pain point. I...

Note that this error can be overridden by overwriting the `require._extensions['.js']` function in Node.js. The same applies for the similar error when requiring `.mjs` files. The body of the `.js`...

Note this error is thrown by the `.js` extension handler in the CJS loader for Node.js here - https://github.com/nodejs/node/blob/master/lib/internal/modules/cjs/loader.js#L1211. If someone wants to work on a PR to fix `esm`,...

This is a standard CommonJS compat requirement, keeping it open for now.

This did come up in the Wasm CG meeting when we discussed the topic, but it seemed at the time like there wouldn't really be a conflict. Reading over the...

Thanks for putting some thought to this one @eqrion, appreciated for keeping it on your list! Very interesting to hear the motivations and great to see your progress on this...

@eqrion we discussed this topic further in the modules meeting today, and a suggestion on the topic that came up with support from members including @nicolo-ribaudo and @lucacasonato was what...

Very interesting, thanks @eqrion for putting this together. This would be really nice to see for ESM integration compatibility. > 1. Add an option to the WebAssembly JS-API compilation endpoints...