Searched refs:uncommentSelection (Results 1 – 18 of 18) sorted by relevance
/third_party/typescript/tests/cases/fourslash/ |
D | uncommentSelection3.ts | 19 verify.uncommentSelection(
|
D | uncommentSelection4.ts | 22 verify.uncommentSelection(
|
D | uncommentSelection1.ts | 27 verify.uncommentSelection(
|
D | uncommentSelection2.ts | 20 verify.uncommentSelection(
|
D | fourslash.ts | 456 uncommentSelection(newFileContent: string): void;
|
/third_party/typescript/src/services/ |
D | shims.ts | 292 uncommentSelection(fileName: string, textChange: TextRange): string; method 1120 public uncommentSelection(fileName: string, textRange: TextRange): string { 1123 () => this.languageService.uncommentSelection(fileName, textRange)
|
D | types.ts | 574 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method
|
D | services.ts | 2411 function uncommentSelection(fileName: string, textRange: TextRange): TextChange[] { function 2774 uncommentSelection,
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 663 uncommentSelection(fileName: string, textRange: ts.TextRange): ts.TextChange[] { 664 return unwrapJSONCallResult(this.shim.uncommentSelection(fileName, textRange));
|
D | fourslashInterfaceImpl.ts | 242 public uncommentSelection(newFileContent: string) { method in FourSlashInterface.VerifyNegatable 243 this.state.uncommentSelection(newFileContent);
|
D | client.ts | 927 uncommentSelection(): TextChange[] {
|
D | fourslashImpl.ts | 3992 public uncommentSelection(newFileContent: string): void { 3995 …changes.push.apply(changes, this.languageService.uncommentSelection(this.activeFile.fileName, rang…
|
/third_party/typescript/src/server/ |
D | session.ts | 2819 …private uncommentSelection(args: protocol.FileRangeRequestArgs, simplifiedResult: boolean): TextCh… 2824 const textChanges = languageService.uncommentSelection(file, textRange); 3310 …return this.requiredResponse(this.uncommentSelection(request.arguments, /*simplifiedResult*/ true)… 3313 …return this.requiredResponse(this.uncommentSelection(request.arguments, /*simplifiedResult*/ false…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 6416 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method 11349 private uncommentSelection;
|
D | typescript.d.ts | 6416 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 6416 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method 11349 private uncommentSelection;
|
D | typescript.d.ts | 6416 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method
|
D | typescriptServices.d.ts | 6416 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method
|