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 084e228 commit ed86bbdCopy full SHA for ed86bbd
1 file changed
src/transformation/utils/safe-names.ts
@@ -24,6 +24,7 @@ export const luaKeywords: ReadonlySet<string> = new Set([
24
"repeat",
25
"return",
26
"then",
27
+ "true",
28
"until",
29
"while",
30
]);
0 commit comments