+/* eslint-disable no-restricted-globals */
import { App } from './apiCreateApp'
import { Fragment, Text, Comment, Static } from './vnode'
import { ComponentInternalInstance } from './component'
// handle late devtools injection - only do this if we are in an actual
// browser environment to avoid the timer handle stalling test runner exit
// (#4815)
- // eslint-disable-next-line no-restricted-globals
typeof window !== 'undefined' &&
// some envs mock window but not fully
window.HTMLElement &&