!3847 Compilation dead loop problem handling

Merge pull request !3847 from 李欣楠/cherry-pick-1729152611
This commit is contained in:
openharmony_ci 2024-10-21 17:57:55 +00:00 committed by Gitee
commit c5cf82585e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2161,7 +2161,6 @@ export function bindComponentAttr(node: ts.ExpressionStatement, identifierNode:
default:
temp = processCustomBuilderProperty(temp, identifierNode, propertyName);
}
flag = true;
}
if (ts.isPropertyAccessExpression(temp.expression) &&
temp.expression.name && ts.isIdentifier(temp.expression.name) &&