mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Add a note about increasing the list of available globals/libraries:
This commit is contained in:
parent
e9dd8a2d83
commit
68226725c2
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ For the first iteration, the body of a type function will be sandboxed, and its
|
|||
- utf8 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:
|
||||
```luau
|
||||
type function neverending(t)
|
||||
|
|
Loading…
Add table
Reference in a new issue