TypeScript/src/services/refactors
Gabriela Araujo Britto 0f6f3b79b5
Fix find all references of inherited constructor (#30514)
* recursively look for inherited constructor references

* add test

* remove outdated comment

* add tests

* move function

* improve tests

* minor refactor

* fix convert params refactoring to deal with inherited constructor calls

* simplify refactor test
2019-03-22 15:17:50 -07:00
..
addOrRemoveBracesToArrowFunction.ts create functions for copying trailing comments and rename previous copyComment function 2019-02-11 12:01:02 -08:00
convertExport.ts Change 'if' in combined switch case to two separate cases (#28444) 2018-11-09 12:48:47 -08:00
convertImport.ts Refactors can return ReadonlyArray<ApplicableRefactorInfo> (#28305) 2018-11-02 10:07:21 -07:00
convertParamsToDestructuredObject.ts Fix find all references of inherited constructor (#30514) 2019-03-22 15:17:50 -07:00
extractSymbol.ts Fix all new lint failures (#29080) 2018-12-18 11:34:02 -08:00
generateGetAccessorAndSetAccessor.ts generateGetAccessorAndSetAccessor: Don't use FindAllReferences 2018-11-14 15:05:46 -08:00
moveToNewFile.ts Add fourslash tests 2019-01-16 19:18:25 -08:00