mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-26 18:21:00 +00:00
!3847 Compilation dead loop problem handling
Merge pull request !3847 from 李欣楠/cherry-pick-1729152611
This commit is contained in:
commit
c5cf82585e
@ -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) &&
|
||||
|
Loading…
Reference in New Issue
Block a user