TypeScript/src/services
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
..
codefixes Fix misplaced comma in auto imported specifier (#40273) 2020-08-31 10:54:53 -07:00
formatting Fix formatting scanner on JSX text that looks like trivia (#39718) 2020-07-30 13:56:14 -04:00
refactors Fix extract symbol crash on unterminated literals; don’t offer to extract export = ... (#40272) 2020-08-31 14:17:09 -07:00
breakpoints.ts Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
callHierarchy.ts fix 39453 (#39579) 2020-07-21 09:40:25 -07:00
classifier.ts Merge pull request #39264 from microsoft/migrateMapsAndSets 2020-07-13 10:38:30 -07:00
codeFixProvider.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
completions.ts fix jsx completions after attributes (#39859) 2020-08-13 16:14:12 -07:00
documentHighlights.ts Switch to ES Map/Set internally (#33771) 2020-06-26 10:12:47 -07:00
documentRegistry.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
exportAsModule.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
findAllReferences.ts Fix find-all-references on undefined (#39591) 2020-07-13 17:21:16 -07:00
getEditsForFileRename.ts fix rename cause import change wrongly (#38462) 2020-06-18 08:31:30 -07:00
globalThisShim.ts Move codefix types into services/types.ts (#35506) 2019-12-05 10:51:31 -08:00
goToDefinition.ts Alias for commonjs require in JS (#39770) 2020-08-17 14:00:37 -07:00
importTracker.ts Alias for commonjs require in JS (#39770) 2020-08-17 14:00:37 -07:00
jsDoc.ts Add and use the 'intersperse' helper function. 2020-05-11 22:17:01 +00:00
navigateTo.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
navigationBar.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
organizeImports.ts Insert auto-imports in sorted order (#39394) 2020-07-08 15:25:04 -07:00
outliningElementsCollector.ts fix(40010): add outlining for comments before variables statements (#40016) 2020-08-27 16:29:05 -07:00
patternMatcher.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
preProcess.ts Handle import type and export type in preprocess (#37508) 2020-03-23 10:11:01 -07:00
refactorProvider.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
rename.ts fix(10019): allow renaming labels (#40064) 2020-08-18 01:04:49 -07:00
services.ts Revert "Add '(approximate)' to the beginning of quick info requests in PartialSemantic mode (#40061)" (#40072) 2020-08-17 11:45:39 -07:00
shims.ts Merge remote-tracking branch 'upstream/master' into AddToggleCommentFeature 2020-07-09 21:55:36 -07:00
signatureHelp.ts Fix 38219: signature helper works for optional function condition. (#39672) 2020-07-22 12:30:21 -04:00
smartSelection.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
sourcemaps.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
stringCompletions.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
suggestionDiagnostics.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
symbolDisplay.ts getSymbolDisplayPartsDocumentationAndSymbolKind: use actual symbol.flags for getAliasedSymbol 2020-06-04 13:50:33 -04:00
textChanges.ts Fix extract symbol crash on unterminated literals; don’t offer to extract export = ... (#40272) 2020-08-31 14:17:09 -07:00
transform.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
transpile.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
tsconfig.json Add refactor convertToOptionalChainExpression (#39135) 2020-07-13 19:33:33 -07:00
types.ts Revert to including only open files in partial semantic server mode (#40026) 2020-08-12 20:45:59 -07:00
utilities.ts Insert auto imports after header comment (#39924) 2020-08-06 13:33:29 -07:00