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 f3d4207 commit 6fb39b6Copy full SHA for 6fb39b6
src/LuaPrinter.ts
@@ -157,7 +157,7 @@ export class LuaPrinter {
157
};
158
private static rightAssociativeOperators = new Set([lua.SyntaxKind.ConcatOperator, lua.SyntaxKind.PowerOperator]);
159
160
- private currentIndent = "";
+ protected currentIndent = "";
161
protected luaFile: string;
162
protected relativeSourcePath: string;
163
protected options: CompilerOptions;
0 commit comments