Andrew Branch
Andrew Branch
Could this be the underlying cause? Keep in mind that if the arguments provided to transitionTo or link-to only correspond to a change in query param values, and not a...
I’m very supportive of trying to make `exports` handling consistent between all tools, and I think the principle Node.js is following of trying to reduce the number of FS hits...
> Planning on going back and doing the isInComment stuff once I have something basic working for fourslash. Is this still the case or are you looking for a review...
We should test on a range of different projects and on lots of different hardware. I’m not sure it will be better on a 2-core CI machine.
I think differentiating on ambient is highly problematic, though I understand why it’s tempting to do so. If we weren’t talking about the enigma of const enums specifically, it would...
This is still an issue for `verbatimModuleSyntax`, but the project references discrepancy I was concerned about in earlier messages was handled recently in #57914. I think we should go ahead...
Duplicate of https://github.com/microsoft/TypeScript/issues/52547
This is not possible with TS Server’s current rename API, but it would be possible in LSP by implementing both [`textDocument/prepareRename`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#textDocument_prepareRename) and [`textDocument/rename`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#textDocument_rename).
DT types are supposed to describe the public contract of the package, without being overly burdensome. For example, I recently discouraged a contributor from typing each color component of an...
Well, the 52 👍 on the issue are a good signal. Let’s start here: > which are now shipping in Chrome and Edge. After a year, has anything changed here?...