mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
* Use const contexts and tuple mapped types to simplify some explicitly elucidated types * Fix lint * Further cleanup - refactor mapped type into its own alias for readability * Slightly more cleanup - PragmaPsuedoMap neednt be partial, thus removing tons of nonull assertions * Remove GH#18217 comments