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

Function boundary

packages/svelte/src/internal/client/dom/blocks/boundary.js:62–64  ·  view source on GitHub ↗
(node, props, children, transform_error)

Source from the content-addressed store, hash-verified

60 * @returns {void}
61 */
62export function boundary(node, props, children, transform_error) {
63 new Boundary(node, props, children, transform_error);
64}
65
66export class Boundary {
67 /** @type {Boundary | null} */

Callers 1

_mountFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected