Changelog

microsoft/typescript-go · · 1 commit

Composite mapper allocations trimmed

A small checker optimization avoids building temporary composite mappers during type instantiation, reducing allocation overhead.

Other misc changes

  • Avoid temporary composite mapper allocations in the checker’s object type instantiation path (#4798) (jakebailey5b1047d).
  • Added a helper to map a type through two mappers without eagerly combining them, preserving behavior while cutting intermediate work.