mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00: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
|
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:
|
There are some caveats here though. For instance, the require path must be resolvable statically, otherwise Luau cannot accurately type check it.
|
||||||
|
|
||||||
* 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
|
|
Loading…
Add table
Reference in a new issue