Home
last modified time | relevance | path

Searched refs:isComment (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dguards.js4 exports.isComment = exports.isCombinator = exports.isClassName = exports.isAttribute = void 0;
29 var isComment = isNodeType.bind(null, _types.COMMENT); variable
30 exports.isComment = isComment;
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.ts13 isComment,
63 isCommentNode: isComment,
/third_party/typescript/src/services/formatting/
Dformatting.ts975 if (isComment(triviaItem.kind) && rangeContainsRange(originalRange, triviaItem)) {
1163 …if (range && (isComment(range.kind) || isStringOrRegularExpressionOrTemplateLiteral(range.kind)) &…
1197 if (isComment(trivia.kind)) {
/third_party/typescript/src/services/
Dutilities.ts1719 export function isComment(kind: SyntaxKind): boolean { function
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4isComment=t.isText=t.isCDATA=t.isTag=t.Element=t.Document=t.NodeWithChildren=t.ProcessingInstructi…