Searched refs:parentPropertyKind (Results 1 – 1 of 1) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_custom_component.ts | 649 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 …]
|