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

Function createHydrationRenderer

packages/runtime-core/src/renderer.ts:328–332  ·  view source on GitHub ↗
(
  options: RendererOptions<Node, Element>,
)

Source from the content-addressed store, hash-verified

326// Hydration logic is only used when calling this function, making it
327// tree-shakable.
328export function createHydrationRenderer(
329 options: RendererOptions<Node, Element>,
330): HydrationRenderer {
331 return baseCreateRenderer(options, createHydrationFunctions)
332}
333
334// overload 1: no hydration
335function baseCreateRenderer<

Callers 1

ensureHydrationRendererFunction · 0.90

Calls 1

baseCreateRendererFunction · 0.85

Tested by

no test coverage detected