UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 276 B
import*as Platform from"../../../core/platform/platform.js";export function getRootNode(o){const t=o.getRootNode();return Platform.DCHECK((()=>t instanceof Document||t instanceof ShadowRoot),`Expected root of widget to be a document or shadowRoot, but was "${t.nodeName}"`),t}