mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 12:15:34 -06:00
* Print deferred mapped symbols 1 level deep Previously, deferred mapped symbols would not print their type at all; it would always print as `any`. This differed from the older behaviour that printed it forever if necessary. As a compromise, we now print deferred mapped symbosl 1 level deep before giving up and printing `any`. This should cover the most common uses of mapped types. * Use context flags instead of a global