Guy Bedford
Guy Bedford
My primary concern here right now is Node.js going stable with worker_threads before these workflows as discussed above have been explored at all, by anyone. If there are issues /...
> I'm curious if you envision worker-plugin as being the right place to "patch" worker_threads to include things like addEventListener? Definitely, would be good to DM further about this if...
@developit that seems like a good approach. It's worth noting though that there are a _lot_ of differences between worker threads and native workers. See eg https://github.com/nodejs/node/issues/30682#issuecomment-561010832. The simple difference...
Unfortunately there are a number of things here that make static emission for ncc very difficult here: * The use of `optionalDependencies` means only the system-specific binaries are even available,...
Perhaps the array should **always** be the names of other scripts in the script map? This way the individual tasks remain named scripts that can be run separately. In addition...
It might be nice to reserve the sweeter array syntax for parallel runs, or even make the series v parallel thing a flag of npm run itself - `npm run...
If it helps, the import map specification defines `"type": "importmap"` for scripts in https://wicg.github.io/import-maps/.
Thanks @Yoric for the update here. With "streaming startup" as the current direction, I was wondering if this might also apply to module graphs? That is, graph execution itself should...
Workers do often need data / blob URL initialization tricks in many tooling approaches Note that module workers are not cross origin by default (although their dependencies can be) so...
Ideally it should be possible for JS modules to load binary AST files, and for binary AST files to load normal JS as well (say for example using code from...