Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts649 let parentPropertyKind: string = curPropMap.get(parentPropertyName);
650 if (!parentPropertyKind) {
651 parentPropertyKind = COMPONENT_NON_DECORATOR;
653 if (parentPropertyKind && !isCorrectInitFormParent(parentPropertyKind, curPropertyKind)) {
655 node, propertyName, curPropertyKind, parentPropertyName, parentPropertyKind, log);
670 const parentPropertyKind = COMPONENT_NON_DECORATOR; constant
671 if (!isCorrectInitFormParent(parentPropertyKind, curPropertyKind)) {
682 … node, propertyName, curPropertyKind, parentPropertyName, parentPropertyKind, log, LogType.WARN);
927 curPropertyKind: string, parentPropertyName: string, parentPropertyKind: string,
933 parentPropertyKind) && curPropertyKind === COMPONENT_OBJECT_LINK_DECORATOR) {
[all …]