(text, rootContainerElement)
| 16250 | } |
| 16251 | |
| 16252 | function createTextNode$1(text, rootContainerElement) { |
| 16253 | return getOwnerDocumentFromRootContainer(rootContainerElement).createTextNode(text); |
| 16254 | } |
| 16255 | |
| 16256 | function setInitialProperties$1(domElement, tag, rawProps, rootContainerElement) { |
| 16257 | var isCustomComponentTag = isCustomComponent(tag, rawProps); |
nothing calls this directly
no test coverage detected