Home
last modified time | relevance | path

Searched refs:hasNonSingleChild (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts552 if (hasNonSingleChild(node, allComponentNames, isCheckType)) {
563 function hasNonSingleChild(node: ts.EtsComponentExpression, allComponentNames: Set<string>, function