Searched refs:commentSelection (Results 1 – 16 of 16) sorted by relevance
/third_party/typescript/tests/cases/fourslash/ |
D | commentSelection2.ts | 17 verify.commentSelection(
|
D | commentSelection1.ts | 15 verify.commentSelection(
|
D | fourslash.ts | 455 commentSelection(newFileContent: string): void;
|
/third_party/typescript/src/services/ |
D | shims.ts | 291 commentSelection(fileName: string, textChange: TextRange): string; method 1113 public commentSelection(fileName: string, textRange: TextRange): string { 1116 () => this.languageService.commentSelection(fileName, textRange)
|
D | types.ts | 573 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method
|
D | services.ts | 2401 function commentSelection(fileName: string, textRange: TextRange): TextChange[] { function 2773 commentSelection,
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 660 commentSelection(fileName: string, textRange: ts.TextRange): ts.TextChange[] { 661 return unwrapJSONCallResult(this.shim.commentSelection(fileName, textRange));
|
D | fourslashInterfaceImpl.ts | 238 public commentSelection(newFileContent: string) { method in FourSlashInterface.VerifyNegatable 239 this.state.commentSelection(newFileContent);
|
D | client.ts | 923 commentSelection(): TextChange[] {
|
D | fourslashImpl.ts | 3981 public commentSelection(newFileContent: string): void { 3984 …changes.push.apply(changes, this.languageService.commentSelection(this.activeFile.fileName, range)…
|
/third_party/typescript/src/server/ |
D | session.ts | 2803 …private commentSelection(args: protocol.FileRangeRequestArgs, simplifiedResult: boolean): TextChan… 2808 const textChanges = languageService.commentSelection(file, textRange); 3304 … return this.requiredResponse(this.commentSelection(request.arguments, /*simplifiedResult*/ true)); 3307 …return this.requiredResponse(this.commentSelection(request.arguments, /*simplifiedResult*/ false));
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 6415 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method 11348 private commentSelection;
|
D | typescript.d.ts | 6415 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 6415 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method 11348 private commentSelection;
|
D | typescript.d.ts | 6415 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method
|
D | typescriptServices.d.ts | 6415 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method
|