We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf2ec9 commit 21dd86bCopy full SHA for 21dd86b
src/LuaTransformer.ts
@@ -1798,7 +1798,7 @@ export class LuaTransformer {
1798
}
1799
1800
if (
1801
- ts.isPropertyAccessExpression(expression.left) && !tsHelper.hasSetAccessor(expression.left, this.checker)
+ (ts.isPropertyAccessExpression(expression.left) && !tsHelper.hasSetAccessor(expression.left, this.checker))
1802
|| ts.isElementAccessExpression(expression.left)
1803
) {
1804
// Left is property/element access: cache result while maintaining order of evaluation
0 commit comments