source dump of claude code
at main 6 lines 177 B view raw
1import type { LayoutNode } from './node.js' 2import { createYogaLayoutNode } from './yoga.js' 3 4export function createLayoutNode(): LayoutNode { 5 return createYogaLayoutNode() 6}