Searched refs:hasDecorator (Results 1 – 6 of 6) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | validate_ui_syntax.ts | 82 hasDecorator, 274 if (ts.isClassDeclaration(node) && hasDecorator(node, COMPONENT_OBSERVED_DECORATOR)) { 281 if (ts.isStructDeclaration(node) && hasDecorator(node, COMPONENT_DECORATOR_CUSTOM_DIALOG)) { 416 if (hasDecorator(node, COMPONENT_BUILDER_DECORATOR)) { 431 } else if (hasDecorator(node, COMPONENT_STYLES_DECORATOR)) { 442 if (hasDecorator(node, COMPONENT_CONCURRENT_DECORATOR)) { 498 return hasDecorator(classDeclarationNode, COMPONENT_SENDABLE_DECORATOR) ||
|
| D | process_ui_syntax.ts | 84 hasDecorator, 250 if (hasDecorator(node, COMPONENT_EXTEND_DECORATOR, null, transformLog.errors)) { 257 } else if (hasDecorator(node, COMPONENT_BUILDER_DECORATOR) && node.name && node.body && 286 } else if (hasDecorator(node, COMPONENT_STYLES_DECORATOR)) { 296 } else if (hasDecorator(node, COMPONENT_CONCURRENT_DECORATOR)) { 303 … } else if (hasDecorator(node, COMPONENT_ANIMATABLE_EXTEND_DECORATOR, null, transformLog.errors)) { 335 if (hasDecorator(node, COMPONENT_SENDABLE_DECORATOR)) {
|
| D | process_import.ts | 61 hasDecorator, 215 if (ts.isFunctionDeclaration(node) && hasDecorator(node, COMPONENT_BUILDER_DECORATOR)) { 842 …} else if (ts.isFunctionDeclaration(originNode) && hasDecorator(originNode, COMPONENT_BUILDER_DECO…
|
| D | process_component_class.ts | 130 hasDecorator, 545 } else if (hasDecorator(node, COMPONENT_BUILDER_DECORATOR, customBuilder)) { 563 } else if (hasDecorator(node, COMPONENT_STYLES_DECORATOR)) {
|
| D | ets_checker.ts | 84 hasDecorator, 1063 hasDecorator(node, COMPONENT_BUILDER_DECORATOR)) { 1071 if (ts.isFunctionDeclaration(node) && hasDecorator(node, COMPONENT_EXTEND_DECORATOR)) {
|
| D | utils.ts | 183 export function hasDecorator(node: ts.MethodDeclaration | ts.FunctionDeclaration | function
|