Bradley Farias

Results 379 comments of Bradley Farias
trafficstars

This all just sounds like a loader with preloadCode setup to spin the even loop. Even today you can hook CJS using that by instrumentals require.extensions and --require by mucking...

This issue explicitly states the US case isn't covered. I'm not sure how to reconcile that with your comment On Wed, Jul 13, 2022, 8:51 AM James M Snell ***@***.***>...

Loaders haven't purely been about module system integration. The issue is scoping various issues without talking to people about if they intend that scope. Loaders group meetings consistently talk about...

Babel and existing ideas on moving off thread use Atomics.wait not Promise machinery or nested event loops. Example in https://github.com/bmeck/using-node-workshop/tree/main/steps/6_async_and_blocking though it would be marginally faster through C++ it does...

@arcanis > If folder paths are accepted, how would that work with regard to the hoisting (or, rather, non-hoisting)? Ie, would TransitiveDep have access to the network if I write...

@arcanis > That would imply that accessing the network isn't needed, so a user wouldn't expect it to be available in any way - which isn't a guarantee we can...

Another [discussion of this topic](https://github.com/package-community/discussions/issues/3) happened as well. It seems there are multiple of these.

It should be noted that even with a magic number; I would hope this uses a different file extension / MIME

What would be wrong with the pretty printer also generating a new source map?

@sjrd with chained source maps, this already occurs in the wild. Some transform like `babel` will generate a sourcemap, then some bundler like `webpack` will generate a new source map...