X Tutup
Skip to content

Commit ed86bbd

Browse files
authored
Added true as lua keyword (#784)
1 parent 084e228 commit ed86bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transformation/utils/safe-names.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const luaKeywords: ReadonlySet<string> = new Set([
2424
"repeat",
2525
"return",
2626
"then",
27+
"true",
2728
"until",
2829
"while",
2930
]);

0 commit comments

Comments
 (0)
X Tutup