mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Explaining resolved/not found/unresolvable is not necessary
This commit is contained in:
parent
51e93f7b6c
commit
c4288457db
1 changed files with 1 additions and 5 deletions
|
@ -339,8 +339,4 @@ module.Quux = "Hello, world!"
|
|||
return module
|
||||
```
|
||||
|
||||
There are some caveats here though. The path must be resolvable statically, otherwise Luau cannot accurately type check it. There are three kinds of outcome for each require paths:
|
||||
|
||||
* Resolved - Luau was able to resolve this path statically,
|
||||
* Module not found - The module at this path does not exist, and
|
||||
* Unresolvable - This require path may resolve correctly at runtime
|
||||
There are some caveats here though. For instance, the require path must be resolvable statically, otherwise Luau cannot accurately type check it.
|
Loading…
Add table
Reference in a new issue