/third_party/typescript/tests/cases/fourslash/ |
D | toggleLineComment7.ts | 17 verify.toggleLineComment(
|
D | toggleLineComment6.ts | 10 verify.toggleLineComment(
|
D | toggleLineComment1.ts | 11 verify.toggleLineComment(
|
D | toggleLineComment2.ts | 13 verify.toggleLineComment(
|
D | toggleLineComment3.ts | 15 verify.toggleLineComment(
|
D | toggleLineComment8.ts | 19 verify.toggleLineComment(
|
D | toggleLineComment10.ts | 8 verify.toggleLineComment(
|
D | toggleLineComment11.ts | 25 verify.toggleLineComment(
|
D | toggleLineComment5.ts | 13 verify.toggleLineComment(
|
D | toggleLineComment9.ts | 13 verify.toggleLineComment(
|
D | toggleLineComment4.ts | 11 verify.toggleLineComment(
|
D | fourslash.ts | 407 toggleLineComment(newFileContent: string): void;
|
/third_party/typescript/src/services/ |
D | shims.ts | 287 toggleLineComment(fileName: string, textChange: TextRange): string; method 1090 public toggleLineComment(fileName: string, textRange: TextRange): string { 1093 () => this.languageService.toggleLineComment(fileName, textRange)
|
D | services.ts | 2083 …function toggleLineComment(fileName: string, textRange: TextRange, insertComment?: boolean): TextC… function 2277 : toggleLineComment(fileName, textRange, /*insertComment*/ true); 2297 …textChanges.push.apply(textChanges, toggleLineComment(fileName, { end: commentRange.end, pos: comm… 2597 toggleLineComment,
|
D | types.ts | 537 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 623 toggleLineComment(fileName: string, textRange: ts.TextRange): ts.TextChange[] { 624 return unwrapJSONCallResult(this.shim.toggleLineComment(fileName, textRange));
|
D | fourslashInterfaceImpl.ts | 222 public toggleLineComment(newFileContent: string) { method in FourSlashInterface.VerifyNegatable 223 this.state.toggleLineComment(newFileContent);
|
D | client.ts | 843 toggleLineComment(): TextChange[] {
|
D | fourslashImpl.ts | 3866 public toggleLineComment(newFileContent: string): void { 3869 …changes.push.apply(changes, this.languageService.toggleLineComment(this.activeFile.fileName, range…
|
/third_party/typescript/src/server/ |
D | session.ts | 2362 …private toggleLineComment(args: protocol.FileRangeRequestArgs, simplifiedResult: boolean): TextCha… 2367 const textChanges = languageService.toggleLineComment(file, textRange); 2880 …return this.requiredResponse(this.toggleLineComment(request.arguments, /*simplifiedResult*/ true)); 2883 …return this.requiredResponse(this.toggleLineComment(request.arguments, /*simplifiedResult*/ false)…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 5869 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method 10494 private toggleLineComment;
|
D | typescript.d.ts | 5869 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 5626 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method 10209 private toggleLineComment;
|
D | typescript.d.ts | 5626 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method
|
D | typescriptServices.d.ts | 5626 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method
|