mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
* Unuse Identifier codefix understands constructors Previously, it did not look for `super()` and `new this()` calls when determining whether a constructor parameter could be deleted. * better names, fix off-by-1 bug * Codefix understands super methods now too This unifies the code, changing it considerably.