Guy Bedford
Guy Bedford
This interaction needs to be clearly defined and documented in a way that does not conflict with that specification.
Currently the proposal is entirely justified around the Web Assembly use case. Typically the MIME type for fetch schemes, or the file extension for file schemes is considered the authoritative...
Chrome is now moving towards shipping `import.meta.resolve` as discussed in https://github.com/denoland/deno/issues/7296. The current form takes a single argument to resolve. Node.js implements the ability to pass an optional second argument...
I just noticed this edge case of the System module format output. If I apply a transform that adds a new top-level binding, then the `path.scope.hasBinding` in the system module...
### 💻 - [ ] Would you like to work on this feature? ### What problem are you trying to solve? I've just been running Babel core in Deno using...
If we make package deep linking explicit for ES packages, we could treat all other deep links as CommonJS resolutions by default. That is, users would need to opt-in to...
As described in #16, this separates the features of the resolver to make this specification as minimal as possible in the decisions it imposes. The hope here is that by...
This is kind of the main drawback of this proposal, and I'm just wondering if there might not be a way to handle it. Currently the switch is treated as...
The discussion in https://github.com/zenparsing/node-default-module-proposal/issues/15 is actually a general discussion that applies to the ES resolver regardless of this spec. I'm wondering if perhaps we shouldn't separate this specification from such...
I really like that this proposal includes removing the file extension checks, as this will help get closer to code that works in browsers as well. In line with this,...