SYMBOL INDEX (15 symbols across 1 files) FILE: didact.js function createElement (line 1) | function createElement(type, props, ...children) { function createTextElement (line 15) | function createTextElement(text) { function createDom (line 25) | function createDom(fiber) { function updateDom (line 42) | function updateDom(dom, prevProps, nextProps) { function commitRoot (line 92) | function commitRoot() { function commitWork (line 99) | function commitWork(fiber) { function commitDeletion (line 132) | function commitDeletion(fiber, domParent) { function render (line 140) | function render(element, container) { function workLoop (line 157) | function workLoop(deadline) { function performUnitOfWork (line 175) | function performUnitOfWork(fiber) { function updateFunctionComponent (line 198) | function updateFunctionComponent(fiber) { function useState (line 206) | function useState(initial) { function updateHostComponent (line 237) | function updateHostComponent(fiber) { function reconcileChildren (line 244) | function reconcileChildren(wipFiber, elements) { function Counter (line 309) | function Counter() {