Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts45 getComponentSet,
391 const ComponentSet: IComponentSet = getComponentSet(node, false);
809 const ComponentSet: IComponentSet = getComponentSet(originNode, false);
Dvalidate_ui_syntax.ts800 const ComponentSet: IComponentSet = getComponentSet(node, judgeInitializeInEntry);
818 export function getComponentSet(node: ts.StructDeclaration, judgeInitializeInEntry: boolean): IComp… function