mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
From #22510 and #22514, which remove lots of bogus `@param` errors and add lots of `Object is possibly undefined` errors, respectively. There are quite a few effects of the correct addition of undefined to types based on postfix= in jsdoc, actually.