diff --git a/.changeset/bump-lsl-definitions.md b/.changeset/bump-lsl-definitions.md new file mode 100644 index 0000000..599a013 --- /dev/null +++ b/.changeset/bump-lsl-definitions.md @@ -0,0 +1,5 @@ +--- +"@gwigz/slua-types": patch +--- + +Update SLua definitions submodule to latest upstream diff --git a/packages/types/index.d.ts b/packages/types/index.d.ts index 52c2264..75b75bd 100644 --- a/packages/types/index.d.ts +++ b/packages/types/index.d.ts @@ -1112,7 +1112,7 @@ declare namespace table { export function clear(t: any[]): void /** Reduces the memory usage of the table to the minimum necessary. */ - export function shrink(t: V[], reorder?: boolean): V[] + export function shrink(t: V[], shrinkSparse?: boolean): V[] /** Freezes a table, making it read-only. */ export function freeze(t: table): table diff --git a/refs/lsl-definitions b/refs/lsl-definitions index 3772f17..0e17d0f 160000 --- a/refs/lsl-definitions +++ b/refs/lsl-definitions @@ -1 +1 @@ -Subproject commit 3772f1757914c796606d8252bc41ce242be4c1da +Subproject commit 0e17d0fb7ced62b1bdff29b196655691ddb5f94d