Home
last modified time | relevance | path

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

/developtools/ace-ets2bundle/compiler/src/
Dprocess_import.ts44 getComponentSet,
280 const ComponentSet: IComponentSet = getComponentSet(node);
Dvalidate_ui_syntax.ts638 const ComponentSet: IComponentSet = getComponentSet(node);
654 export function getComponentSet(node: ts.StructDeclaration): IComponentSet { function