Jake Bailey

Results 1405 comments of Jake Bailey

> Although the library's `private brand: true` effectively makes it exclusive to any other declaration AFAICT... Yeah, they are declared as classes, and that private brand means they are nominal....

Can you build the repo from source with `npx hereby build --race` and then run whatever you're getting to produce this with `./built/local/tsgo`?

The errors (please include them in your issues!) ``` test.tsx:58:3 - error TS2578: Unused '@ts-expect-error' directive. 58 // @ts-expect-error detects that the wrong type is used in map state to...

You can't assign a non-member, no, and even if so: https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md#issue-claiming

It's easy if it's added everywhere, but I do know if that's quite the right fix

You're also missing tests.

I think this is reviewable now.

@sheetalkamat Can you resurrect your change to limit the number of concurrent project builds? We have `--checkers`, but I think we were also wanting to add `--builders` to control that...

Tomorrow, can you all try build mode with `--builders 1`? Given single project checking is already concurrent, we think it might be that build more concurrency may not actually matter...

No, that is largely unrelated and not the focus of this thread. Build mode is not a part of the language server. #2239 is closer, but I would very much...