Changelog

microsoft/typescript-go · · 1 commit

Memory fix for deprecated property diagnostics

Typescript-go fixes a contextual property memory regression and tightens diagnostic deduping and lookup behavior.

Fix deprecated contextual property memory regression (jakebailey34ffe2a)

A regression in diagnostic handling was fixed by indexing diagnostics by source file pointer and location, with added deduplication for equal diagnostics at the same spot. The change also updates lookup/sorting paths and adds tests around deprecated contextual property overload behavior, addressing the memory growth without changing the intended diagnostics output.

Other misc changes

  • None