TypeScript/src/services/refactors
Daniel Rosenwasser 210090b483
No template refactor on plain strings (#36785)
* Add/convert to failing tests.

* Stop offering to convert single string literals to template expressions.

* Ensure we're actually testing for single quotes.
2020-02-13 12:22:53 -08:00
..
addOrRemoveBracesToArrowFunction.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
convertExport.ts Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint 2019-08-22 09:46:22 +03:00
convertImport.ts Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint 2019-08-22 09:46:22 +03:00
convertParamsToDestructuredObject.ts Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint 2019-08-22 09:46:22 +03:00
convertStringOrTemplateLiteral.ts No template refactor on plain strings (#36785) 2020-02-13 12:22:53 -08:00
extractSymbol.ts fix(33362): 'extract to function' for variable that is assigne… (#36455) 2020-01-28 12:10:12 -08:00
extractType.ts Fix extract type on JS function params (#34745) 2019-10-28 10:30:59 -07:00
generateGetAccessorAndSetAccessor.ts Enable @typescript-eslint/space-before-function-paren, @typescript-eslint/no-unused-expressions (#36569) 2020-02-04 14:43:25 -08:00
moveToNewFile.ts fix(35069): insert blank line after last new import (#36531) 2020-01-30 11:20:09 -08:00