Skip to content

Commit 03006fb

Browse files
authored
Remove uncompressed uuid's from typechecker (#65)
1 parent 553b808 commit 03006fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generated/slua_default.d.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121

2222
declare extern type uuid with
2323
istruthy: boolean
24-
bytes: string?
24+
bytes: string
2525
function __tostring(self): string
2626
end
2727

slua_definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ baseClasses:
7070
- name: bytes
7171
comment: Returns the raw 16-byte binary string of the UUID, or nil if the UUID
7272
is not in a compressed state
73-
type: string?
73+
type: string
7474
- name: vector
7575
comment: A set of three float values. Used to represent colors (RGB), positions, directions, and velocities.
7676
methods:

0 commit comments

Comments
 (0)