Jake Bailey

Results 1412 comments of Jake Bailey

If it used to work and now doesn't, consider trying to bisect the problem using https://www.npmjs.com/package/every-ts.

This sounds like #58011 / https://github.com/typescript-eslint/typescript-eslint/issues/1192. Can you provide a codebase which exhibits this problem?

The heap snapshots are somewhat helpful; they continue to point to a blow up due to an incredible number of diagnostics produced by `createDiagnosticExplainingFile`. 1.5G are just strings like ![image](https://github.com/microsoft/TypeScript/assets/5341706/2ecea7c5-71d6-47bb-a05e-3a07bdb635c3)...

Can you try this build? https://github.com/microsoft/TypeScript/pull/58352#issuecomment-2081888721

Darn, I'll have to stare at the heap dump some more...

Another idea that may show something: https://github.com/microsoft/TypeScript/pull/58361#issuecomment-2083462501

I'm assuming #58398 is what you're saying helped? It includes #58352, but not #58398 (which may or may not actually do anything).