mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-28 19:17:59 -06:00
* Handle the case where binding pattern name element is empty * Update tests and baselines * Feedback from PR * Handle empty binding patterns more generally in emitter * Dont simply handling fo empty binding patterns and stay spec compliant * PR feedback