Searched refs:isComment (Results 1 – 5 of 5) sorted by relevance
4 exports.isComment = exports.isCombinator = exports.isClassName = exports.isAttribute = void 0;29 var isComment = isNodeType.bind(null, _types.COMMENT); variable30 exports.isComment = isComment;
13 isComment,63 isCommentNode: isComment,
975 if (isComment(triviaItem.kind) && rangeContainsRange(originalRange, triviaItem)) {1163 …if (range && (isComment(range.kind) || isStringOrRegularExpressionOrTemplateLiteral(range.kind)) &…1197 if (isComment(trivia.kind)) {
1719 export function isComment(kind: SyntaxKind): boolean { function
4 …isComment=t.isText=t.isCDATA=t.isTag=t.Element=t.Document=t.NodeWithChildren=t.ProcessingInstructi…