Skip to content

Commit

Permalink
Update globals.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rimuy authored Oct 27, 2024
1 parent a0b2acd commit e2dae6b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/LuauAST/impl/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ export const globals = {
unpack: luau.property(TABLE_ID, "unpack"),
},
utf8: {
charpattern: luau.property(UTF8_ID, "charpattern"),
codes: luau.property(UTF8_ID, "codes"),
char: luau.property(UTF8_ID, "char"),
charpattern: luau.property(UTF8_ID, "charpattern"),
codepoint: luau.property(UTF8_ID, "codepoint"),
codes: luau.property(UTF8_ID, "codes"),
len: luau.property(UTF8_ID, "len"),
offset: luau.property(UTF8_ID, "offset"),
},
math: {
min: luau.property(MATH_ID, "min"),
Expand Down

0 comments on commit e2dae6b

Please sign in to comment.