Geoffrey Booth

Results 644 comments of Geoffrey Booth

> I’m not sure that would support having workers with _different_ loader hooks. It wouldn’t, but I don’t think we need that complexity. Within the hook itself it can handle...

> I pushed on #53200 [one commit](https://github.com/nodejs/node/pull/53200/commits/e65365672a738f8b54cf41862e39d7e1b28bbfd1) today that starts to implement a solution in this direction. In fact with that one the cases needed by the angular regression should...

The problem isn't really that `main` isn't a string; it's that the `package.json` is invalid. We also discourage the use of `main` nowadays since `exports` replaces it.

> The config could be much simpler: Using that config means that only the rules defined in `svelte.configs.recommended.rules` are applied to Svelte files. So in a Svelte file like ```svelte...