Jake Bailey
Jake Bailey
@typescript-bot pack this
@typescript-bot test it
Shocking @typescript-bot test top800
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 ...
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).