Add a note about increasing the list of available globals/libraries:

This commit is contained in:
Junseo Yoo 2024-08-05 13:44:47 -07:00
parent e9dd8a2d83
commit 68226725c2

View file

@ -55,6 +55,9 @@ For the first iteration, the body of a type function will be sandboxed, and its
- utf8 library - utf8 library
- buffer library - buffer library
Note that the list above is subject to change. We can add more globals/libraries if we / the community finds a good use case for them in type functions.
There is also a problem of infinitely running type functions. For example, reducing this type function will halt analysis until the VM stack overflows: There is also a problem of infinitely running type functions. For example, reducing this type function will halt analysis until the VM stack overflows:
```luau ```luau
type function neverending(t) type function neverending(t)