MCPcopy
hub / github.com/sveltejs/svelte / create_text

Function create_text

packages/svelte/src/internal/client/dom/operations.js:81–83  ·  view source on GitHub ↗
(value = '')

Source from the content-addressed store, hash-verified

79 * @returns {Text}
80 */
81export function create_text(value = '') {
82 return document.createTextNode(value);
83}
84
85/**
86 * @template {Node} N

Callers 13

_mountFunction · 0.90
fragment_from_treeFunction · 0.90
textFunction · 0.90
commentFunction · 0.90
on_destroyMethod · 0.90
ensureMethod · 0.90
elementFunction · 0.90
eachFunction · 0.90
headFunction · 0.90
childFunction · 0.85
first_childFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected