Searched refs:hasDecorator (Results 1 – 4 of 4) sorted by relevance
52 hasDecorator,124 if (hasDecorator(node, COMPONENT_EXTEND_DECORATOR)) {126 } else if (hasDecorator(node, COMPONENT_BUILDER_DECORATOR) && node.name && node.body &&132 } else if (hasDecorator(node, COMPONENT_STYLES_DECORATOR)) {
63 hasDecorator243 if (ts.isClassDeclaration(node) && hasDecorator(node, COMPONENT_OBSERVED_DECORATOR)) {250 if (ts.isClassDeclaration(node) && hasDecorator(node, COMPONENT_DECORATOR_CUSTOM_DIALOG)) {338 if (ts.isMethodDeclaration(node) && hasDecorator(node, COMPONENT_BUILDER_DECORATOR)) {
92 hasDecorator293 } else if (hasDecorator(node, COMPONENT_BUILDER_DECORATOR)) {298 } else if (hasDecorator(node, COMPONENT_STYLES_DECORATOR)) {
128 export function hasDecorator(node: ts.MethodDeclaration | ts.FunctionDeclaration | function