/third_party/typescript/src/services/ |
D | shims.ts | 287 toggleLineComment(fileName: string, textChange: TextRange): string; method
|
D | services.ts | 2077 …function toggleLineComment(fileName: string, textRange: TextRange, insertComment?: boolean): TextC… function
|
D | types.ts | 537 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method
|
/third_party/typescript/src/harness/ |
D | fourslashInterfaceImpl.ts | 222 public toggleLineComment(newFileContent: string) { method in FourSlashInterface.VerifyNegatable
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 5711 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method
|
D | typescript.d.ts | 5711 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 5626 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method
|
D | tsserverlibrary.d.ts | 5626 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method
|
D | typescriptServices.d.ts | 5626 toggleLineComment(fileName: string, textRange: TextRange): TextChange[]; method
|
D | tsserverlibrary.js | 150709 function toggleLineComment(fileName, textRange, insertComment) { function 151153 toggleLineComment: toggleLineComment, property 152516 LanguageServiceShimObject.prototype.toggleLineComment = function (fileName, textRange) { method in LanguageServiceShimObject 161501 Session.prototype.toggleLineComment = function (args, simplifiedResult) { method in Session
|
D | tsserver.js | 150140 function toggleLineComment(fileName, textRange, insertComment) { function 150584 toggleLineComment: toggleLineComment, property 151947 LanguageServiceShimObject.prototype.toggleLineComment = function (fileName, textRange) { method in LanguageServiceShimObject 161307 Session.prototype.toggleLineComment = function (args, simplifiedResult) { method in Session
|
D | typescriptServices.js | 150709 function toggleLineComment(fileName, textRange, insertComment) { function 151153 toggleLineComment: toggleLineComment, property 152516 LanguageServiceShimObject.prototype.toggleLineComment = function (fileName, textRange) { method in LanguageServiceShimObject
|
D | typescript.js | 150709 function toggleLineComment(fileName, textRange, insertComment) { function 151153 toggleLineComment: toggleLineComment, property 152516 LanguageServiceShimObject.prototype.toggleLineComment = function (fileName, textRange) { method in LanguageServiceShimObject
|