MCPcopy
hub / github.com/jorgebucaran/hyperapp / createVNode

Function createVNode

index.js:346–353  ·  view source on GitHub ↗
(tag, { key, ...props }, children, type, node)

Source from the content-addressed store, hash-verified

344 )
345
346var createVNode = (tag, { key, ...props }, children, type, node) => ({
347 tag,
348 props,
349 key,
350 children,
351 type,
352 node,
353})
354
355export var memo = (tag, memo) => ({ tag, memo })
356

Callers 3

recycleNodeFunction · 0.85
textFunction · 0.85
hFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…