Searched refs:isCustomComponent (Results 1 – 2 of 2) sorted by relevance
176 …if (ts.isStructDeclaration(node) && ts.isIdentifier(node.name) && isCustomComponent(node, structDe…541 function isCustomComponent(node: ts.StructDeclaration, structDecorator: structDecoratorResult): boo… function817 if (isCustomComponent(originNode, structDecorator)) {
15 …isCustomComponent(e)?this.genCustomParams(t):this.genCommonParams(t)}genCommonParams(e){if("string… method in n.setParams.l