Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dpre_define.ts37 export const COMPONENT_STATE_DECORATOR: string = '@State'; constant
57 export const INNER_COMPONENT_MEMBER_DECORATORS: Set<string> = new Set([COMPONENT_STATE_DECORATOR,
446 export const BASICDECORATORS: Set<string> = new Set([COMPONENT_STATE_DECORATOR, COMPONENT_PROP_DECO…
472 export const STATE_OBJECTLINK_DECORATORS: string[] = [COMPONENT_STATE_DECORATOR, COMPONENT_OBJECT_L…
Dprocess_custom_component.ts20 COMPONENT_STATE_DECORATOR,
119 [[COMPONENT_STATE_DECORATOR, stateCollection],
747 case COMPONENT_STATE_DECORATOR:
752 …if ([COMPONENT_NON_DECORATOR, COMPONENT_STATE_DECORATOR, COMPONENT_LINK_DECORATOR, COMPONENT_PROP_…
932 } else if ([COMPONENT_STATE_DECORATOR, COMPONENT_OBJECT_LINK_DECORATOR].includes(
Dprocess_component_class.ts19 COMPONENT_STATE_DECORATOR,
812 case COMPONENT_STATE_DECORATOR:
862 case COMPONENT_STATE_DECORATOR:
Dprocess_component_member.ts22 COMPONENT_STATE_DECORATOR,
118 new Set([COMPONENT_STATE_DECORATOR, COMPONENT_PROVIDE_DECORATOR]);
476 case COMPONENT_STATE_DECORATOR:
534 case COMPONENT_STATE_DECORATOR:
Dvalidate_ui_syntax.ts32 COMPONENT_STATE_DECORATOR,
889 case COMPONENT_STATE_DECORATOR: