mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
* Forbid renaming a propertyin function type parameters * add tests * Remove renaming from declaration output * accept baseline * accept baseline * renew tests (not very right now) * get correct result * update diagnostic text * accept baseline * add declaration emit test * fix declaration emit * fix formatting * revert unnecessary change * accept baseline * extend tests * Revert "revert unnecessary change" This reverts commit 17a29fff6c4ce48e9c3f13b55332ce3411c90dc4. * accept baseline * Rename and refactor potentialAlways... stuff * add non-identifier names * extend check to non-identifier original property names * update diagnostic message * add related span * accept baseline * add symbol-keyed test case * oops? * workaround for unstable test * fix suggested name * add comment about non-identifier property names * simplify isReferenced check * accept baseline * move it one step further