isaacs

Results 386 comments of isaacs

> The ideal until node supports CJS-via-loaders is that we use the message port to delegate all compilation into the loader thread. service.compile() in the main thread and all worker...

> When will the port be absent? My understanding is that it's always present w/off-thread loaders. Are there any non-EOLed node versions that don't have it? It is always present...

> When will the port be absent? Technically speaking, it's not present on 16.0 through 16.11, which doesn't EOL until September 2023, but in those cases we don't bother to...

Wow, I didn't realize that connect sniffs the arity of the function. That's kind of gross.

Perhaps this is over-thinking it, but it would be nice if it could "know" to only remove clean files. In `.tusk/notes.json`, for each file installed (or just for the entire...

I think the WritableStream type in `@types/node` must have changed recently, because I've seen this with everything that uses minipass, where it used to be no problem at all. I'd...

Ok, so this is one of those rare examples where my terrible inability estimate time meant I guessed it would take much _longer_ to get to this than it actually...

@viceice can you please open a new issue with reproduction steps? The more minimal the better. I suspect it has something to do with the typescript and/or @types/node versions in...

I can't promise how soon I'll get to it, but if you're open to PRs in that direction, I'll add it to my todo stack, if no one gets to...