| 1 | /* eslint-disable no-restricted-globals */ |
| 2 | import type { App } from './apiCreateApp' |
| 3 | import { Comment, Fragment, Static, Text } from './vnode' |
| 4 | import type { ComponentInternalInstance } from './component' |
nothing calls this directly
no test coverage detected