Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts486 checkOneChildComponent(node, allComponentNames, sourceFileNode, log);
549 function checkOneChildComponent(node: ts.EtsComponentExpression, allComponentNames: Set<string>, function