MCPcopy
hub / github.com/vuejs/core / isCommentOrWhitespace

Function isCommentOrWhitespace

packages/compiler-core/src/utils.ts:589–591  ·  view source on GitHub ↗
(node: TemplateChildNode)

Source from the content-addressed store, hash-verified

587}
588
589export function isCommentOrWhitespace(node: TemplateChildNode): boolean {
590 return node.type === NodeTypes.COMMENT || isWhitespaceText(node)
591}

Callers 4

hasMultipleChildrenFunction · 0.90
processIfFunction · 0.90
buildSlotsFunction · 0.90
filterChildFunction · 0.85

Calls 1

isWhitespaceTextFunction · 0.85

Tested by

no test coverage detected