Guy Bedford

Results 1051 comments of Guy Bedford

This update was reverted - https://github.com/nodejs/cjs-module-lexer/pull/95. Unless progress is made on the PR in https://github.com/nodejs/cjs-module-lexer/pull/98, it will be published with the revert.

Thanks for being open to it! And good point @renhiyama - I wonder if it might make sense to also provide the tracing graph of the package for downloaders to...

I've added a new `exclude` feature to the download API for JSPM in https://jspm.org/cdn/api#download. Having a file list for `esm.sh` would be enough to implement it actually - since it's...

One thing that might help here is distinguishing between parameter subtyping on call parameters versus results. If a result returns more information than I expected as the API was upgraded,...

Generally one of the patterns we encourage in JSPM for import map package management is to have a single "main import map" against which individual smaller maps can be "extracted"....

@maxim import maps do allow multiple versions of the same package using scopes. But yes without utilizing scopes, one does require separate maps. I have exposed the `link` api in...

> If you have an admin and a non-admin section, the two of them might not even share a single dependency. One way to think about this with import maps...

I really like this framing of a new keyword for `optional`, I think point (4) in https://github.com/tc39/proposal-defer-import-eval/pull/31 already speaks to why this makes more sense semantically and in how it...

This is still somewhat of a semantic question since source phases aren't really associated with any execution, they are more like slots on the module map. We could similarly say...

I believe there were no strong opinions. If you still feel strongly towards SyntaxError please feel free to go ahead.