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