Searched refs:wrongDecoratorInPreview (Results 1 – 1 of 1) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_component_member.ts | 482 wrongDecoratorInPreview(node, COMPONENT_LINK_DECORATOR, hasPreview, log); 487 wrongDecoratorInPreview(node, COMPONENT_PROP_DECORATOR, hasPreview, log); 502 wrongDecoratorInPreview(node, COMPONENT_CONSUME_DECORATOR, hasPreview, log); 517 function wrongDecoratorInPreview(node: ts.PropertyDeclaration, decorator: string, function
|