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
60 export const INNER_COMPONENT_MEMBER_DECORATORS: Set<string> = new Set([COMPONENT_STATE_DECORATOR,
457 export const BASICDECORATORS: Set<string> = new Set([COMPONENT_STATE_DECORATOR, COMPONENT_PROP_DECO…
484 export const STATE_OBJECTLINK_DECORATORS: string[] = [COMPONENT_STATE_DECORATOR, COMPONENT_OBJECT_L…
Dprocess_component_member.ts22 COMPONENT_STATE_DECORATOR,
122 new Set([COMPONENT_STATE_DECORATOR, COMPONENT_PROVIDE_DECORATOR]);
436 setStateVarsDecorators.add(COMPONENT_STATE_DECORATOR);
511 case COMPONENT_STATE_DECORATOR:
569 case COMPONENT_STATE_DECORATOR:
600 case COMPONENT_STATE_DECORATOR:
Dprocess_custom_component.ts20 COMPONENT_STATE_DECORATOR,
117 [[COMPONENT_STATE_DECORATOR, stateCollection],
798 case COMPONENT_STATE_DECORATOR:
803 …if ([COMPONENT_NON_DECORATOR, COMPONENT_STATE_DECORATOR, COMPONENT_LINK_DECORATOR, COMPONENT_PROP_…
957 } else if ([COMPONENT_STATE_DECORATOR, COMPONENT_OBJECT_LINK_DECORATOR].includes(
Dprocess_component_class.ts19 COMPONENT_STATE_DECORATOR,
934 case COMPONENT_STATE_DECORATOR:
984 case COMPONENT_STATE_DECORATOR:
Dvalidate_ui_syntax.ts31 COMPONENT_STATE_DECORATOR,
1027 case COMPONENT_STATE_DECORATOR: