MCPcopy Create free account
hub / github.com/vuejs/test-utils / stringifyNode

Function stringifyNode

src/utils/stringifyNode.ts:1–5  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

1export function stringifyNode(node: Node): string {
2 return node instanceof Element
3 ? node.outerHTML
4 : new XMLSerializer().serializeToString(node)
5}

Callers 1

htmlFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…