Home
last modified time | relevance | path

Searched refs:wrongDecoratorInPreview (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts482 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