TypeScript/src/services/refactors
Andrew Branch 03c79d7422
Insert auto-imports in sorted order (#39394)
* Sort auto-imports

* Avoid re-checking sort all the time

* Add comment
2020-07-08 15:25:04 -07:00
..
addOrRemoveBracesToArrowFunction.ts Add reason for a disabled code action (#37871) 2020-06-22 08:16:47 -07:00
convertArrowFunctionOrFunctionExpression.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
convertExport.ts Add reason for a disabled code action (#37871) 2020-06-22 08:16:47 -07:00
convertImport.ts Add reason for a disabled code action (#37871) 2020-06-22 08:16:47 -07:00
convertOverloadListToSingleSignature.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
convertParamsToDestructuredObject.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
convertStringOrTemplateLiteral.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
extractSymbol.ts Revert the type change to ts.Map (#39366) 2020-07-01 17:00:26 -07:00
extractType.ts Add reason for a disabled code action (#37871) 2020-06-22 08:16:47 -07:00
generateGetAccessorAndSetAccessor.ts Add reason for a disabled code action (#37871) 2020-06-22 08:16:47 -07:00
moveToNewFile.ts Insert auto-imports in sorted order (#39394) 2020-07-08 15:25:04 -07:00