Searched refs:getJSDocCommentRanges (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/src/services/ |
D | textChanges.ts | 180 const JSDocComments = getJSDocCommentRanges(node, sourceFile.text);
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 1421 export function getJSDocCommentRanges(node: Node, text: string) { function
|
D | parser.ts | 1069 …const jsDoc = mapDefined(getJSDocCommentRanges(node, sourceText), comment => JSDocParser.parseJSDo…
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 14498 function getJSDocCommentRanges(node, text) { function 14513 ts.getJSDocCommentRanges = getJSDocCommentRanges; 29096 …var jsDoc = ts.mapDefined(ts.getJSDocCommentRanges(node, sourceText), function (comment) { return …
|
D | tsc.js | 11102 function getJSDocCommentRanges(node, text) { function 11116 ts.getJSDocCommentRanges = getJSDocCommentRanges; 23479 …var jsDoc = ts.mapDefined(ts.getJSDocCommentRanges(node, sourceText), function (comment) { return …
|
D | tsserver.js | 14509 function getJSDocCommentRanges(node, text) { function 14524 ts.getJSDocCommentRanges = getJSDocCommentRanges; 29107 …var jsDoc = ts.mapDefined(ts.getJSDocCommentRanges(node, sourceText), function (comment) { return … 134723 var JSDocComments = ts.getJSDocCommentRanges(node, sourceFile.text);
|
D | typescriptServices.js | 14703 function getJSDocCommentRanges(node, text) { function 14718 ts.getJSDocCommentRanges = getJSDocCommentRanges; 29301 …var jsDoc = ts.mapDefined(ts.getJSDocCommentRanges(node, sourceText), function (comment) { return … 135292 var JSDocComments = ts.getJSDocCommentRanges(node, sourceFile.text);
|
D | tsserverlibrary.js | 14703 function getJSDocCommentRanges(node, text) { function 14718 ts.getJSDocCommentRanges = getJSDocCommentRanges; 29301 …var jsDoc = ts.mapDefined(ts.getJSDocCommentRanges(node, sourceText), function (comment) { return … 135292 var JSDocComments = ts.getJSDocCommentRanges(node, sourceFile.text);
|
D | typescript.js | 14703 function getJSDocCommentRanges(node, text) { function 14718 ts.getJSDocCommentRanges = getJSDocCommentRanges; 29301 …var jsDoc = ts.mapDefined(ts.getJSDocCommentRanges(node, sourceText), function (comment) { return … 135292 var JSDocComments = ts.getJSDocCommentRanges(node, sourceFile.text);
|