TypeScript/src/services/refactors
Andrew Branch 7a0f603b11
Fix extract symbol crash on unterminated literals; don’t offer to extract export = ... (#40272)
* Don’t offer to extract export assignment

* Terminate unterminated literals when extracting them

* Add test with regular expression ending in backslash

* Add test for string literal ending in backslash

* Remove unused parameter default
2020-08-31 14:17:09 -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 Migrate more places to use Map/Set 2020-06-26 10:15:53 -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
convertToOptionalChainExpression.ts Add refactor convertToOptionalChainExpression (#39135) 2020-07-13 19:33:33 -07:00
extractSymbol.ts Fix extract symbol crash on unterminated literals; don’t offer to extract export = ... (#40272) 2020-08-31 14:17:09 -07:00
extractType.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
generateGetAccessorAndSetAccessor.ts Add reason for a disabled code action (#37871) 2020-06-22 08:16:47 -07:00
moveToNewFile.ts Fix emit/formatting issues in refactors (#39506) 2020-07-22 10:31:42 -07:00