Home
last modified time | relevance | path

Searched refs:commentRanges (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/services/
DstringCompletions.ts628 const commentRanges = getLeadingCommentRanges(sourceFile.text, token.pos); constant
629 …const range = commentRanges && find(commentRanges, commentRange => position >= commentRange.pos &&…
/third_party/typescript/src/services/formatting/
Dformatting.ts1283 … const commentRanges = concatenate(trailingRangesOfPreviousToken, leadingCommentRangesOfNextToken); constant
1284 …return commentRanges && find(commentRanges, range => rangeContainsPositionExclusive(range, positio…
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts20 const commentRanges = previousSibling constant
29 …return commentRanges && commentRanges.length && hasInternalAnnotation(last(commentRanges), current…
/third_party/typescript/src/compiler/
Dutilities.ts1422 const commentRanges = (node.kind === SyntaxKind.Parameter || constant
1430 return filter(commentRanges, comment =>
/third_party/typescript/lib/
Dtsserverlibrary.js14704 var commentRanges = (node.kind === 161 /* Parameter */ ||
14712 return ts.filter(commentRanges, function (comment) {
99068 var commentRanges = previousSibling
99075 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
120366 var commentRanges = ts.getLeadingCommentRanges(sourceFile.text, token.pos);
120367 …var range = commentRanges && ts.find(commentRanges, function (commentRange) { return position >= c…
134478 …var commentRanges = ts.concatenate(trailingRangesOfPreviousToken, leadingCommentRangesOfNextToken);
134479 …return commentRanges && ts.find(commentRanges, function (range) { return ts.rangeContainsPositionE…
Dtypescript.js14704 var commentRanges = (node.kind === 161 /* Parameter */ ||
14712 return ts.filter(commentRanges, function (comment) {
99068 var commentRanges = previousSibling
99075 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
120366 var commentRanges = ts.getLeadingCommentRanges(sourceFile.text, token.pos);
120367 …var range = commentRanges && ts.find(commentRanges, function (commentRange) { return position >= c…
134478 …var commentRanges = ts.concatenate(trailingRangesOfPreviousToken, leadingCommentRangesOfNextToken);
134479 …return commentRanges && ts.find(commentRanges, function (range) { return ts.rangeContainsPositionE…
Dtsserver.js14510 var commentRanges = (node.kind === 161 /* Parameter */ ||
14518 return ts.filter(commentRanges, function (comment) {
98874 var commentRanges = previousSibling
98881 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
119797 var commentRanges = ts.getLeadingCommentRanges(sourceFile.text, token.pos);
119798 …var range = commentRanges && ts.find(commentRanges, function (commentRange) { return position >= c…
133909 …var commentRanges = ts.concatenate(trailingRangesOfPreviousToken, leadingCommentRangesOfNextToken);
133910 …return commentRanges && ts.find(commentRanges, function (range) { return ts.rangeContainsPositionE…
DtypescriptServices.js14704 var commentRanges = (node.kind === 161 /* Parameter */ ||
14712 return ts.filter(commentRanges, function (comment) {
99068 var commentRanges = previousSibling
99075 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
120366 var commentRanges = ts.getLeadingCommentRanges(sourceFile.text, token.pos);
120367 …var range = commentRanges && ts.find(commentRanges, function (commentRange) { return position >= c…
134478 …var commentRanges = ts.concatenate(trailingRangesOfPreviousToken, leadingCommentRangesOfNextToken);
134479 …return commentRanges && ts.find(commentRanges, function (range) { return ts.rangeContainsPositionE…
Dtsc.js11103 var commentRanges = (node.kind === 161 ||
11110 return ts.filter(commentRanges, function (comment) {
80600 var commentRanges = previousSibling
80603 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
DtypingsInstaller.js14499 var commentRanges = (node.kind === 161 /* Parameter */ ||
14507 return ts.filter(commentRanges, function (comment) {
98863 var commentRanges = previousSibling
98870 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…