Jake Bailey
Jake Bailey
> I'm not sure how you could differentiate between these internal dependencies versus published packages, but being able to bypass a build step for internal packages would be extremely beneficial...
Do you have a repo we could test?
Yes, this was fixed in #1070.
@typescript-bot perf test this
> Does this catch any actual bugs? Should we just change the comparer type to return `number`, and use `Comparison` as a set of easily accessible constants? No, it doesn't,...
Well, it did catch one bug; When I was working on #52891, I accidentally passed `getTypeId` as a `Comparer`, and had no idea what I had done wrong. I think...
Yeah, then then leftover one is sort of the "known hole" as it has uses. Unfortunate.
> I've always wondered why we use `Comparison` rather than just `number` and do `< 0`/`> 0`/`=== 0`. Is there a performance benefit to using one or the other? I...
@lunaleaps But you should be using discussions for these kinds of questions.
> well, but i think its not a question but a issue, common issue. Our discussion boards ping package owners; the issue tracker is supposed to be for infrastructure issues...