Guy Bedford

Results 1044 comments of Guy Bedford

@lukastaegert if this is too much to review I can post something more like esbuild's external passthrough here if you'd prefer to start with that. I did have the Wasm...

I understand if the full inlining hook and plugin approach here is too much to do all at once, so have suggested a possible alternative simpler approach to just implement...

Since previously, test-262 tests were added in https://github.com/tc39/test262/pull/3980, https://github.com/tc39/test262/pull/4252 and https://github.com/tc39/test262/pull/4277.

Let's just revert the Deno aspect of the change, keeping the Node.js aspects. PR very much welcome.

This seems like a spec bug to me, we should support the unambiguous case here.

@bakkot it was clarified to me in the meeting discussion that the ambiguous error is properly thrown for distinct exports, I've updated my comment, based on the same resolution you...

Upstream SWC issue posted in https://github.com/swc-project/swc/issues/10843.

Yes, it represents the module before it was linked against dependencies, in a form that could be linked against arbitrary dependencies. The Wasm plugin today does actually return the buffer...

PRs for WebIDL updates are always welcome.

First some background - strongly connected components affect execution in the module system in only subtle ways: 1. Error state propagation together as a single unit 2. Cycle root handling...