Jake Bailey
Jake Bailey
I feel like this logic should not be in the npm CLI, but rather a part of `setup-node` or some other third party lib. Otherwise, this code will end up...
Testing of 14 was removed in https://github.com/thecodrr/fdir/commit/3c608bd6c87d29534dd7b37a828db43ffcbf9ab3, but I don't think that actually introduced any new stuff; if the package really does support 14, it would be nice to declare...
The version of vitest depended on in this repo only supports `>=14.18`, though I can't even seem to use that as something in the deps uses `||=` somewhere. The tests...
Er, well, no, given the package still doesn't declare which node versions it actually supports, and therefore it's assumed that it supports all of them. The "right" way to do...
Union ordering is undefined, determined only by the implementation details of the checker. The Go code isn't the same as the previous compiler (in order to handle concurrency) and uses...
What does "this" refer to, and what do you mean by "standardized"?
They can't be; the old method was dependent on the order of files and the order that the checker walks everything. There was no "design", per se. In the new...
I'll note that it's always been dubious to depend on union order for anything; simple changes like swapping the order of two declarations in the same file, sorting your imports,...
@typescript-bot test it
Project references are not yet supported.