mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Clarified limitations
This commit is contained in:
parent
ff825c6e13
commit
8a0799ea1b
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ Libraries can be embedded in other libraries. In this case aliases are inherited
|
||||||
- Aliases cannot reference other aliases
|
- Aliases cannot reference other aliases
|
||||||
- Aliases cannot contain certain characters such as `/` or `$` (full list TBD)
|
- Aliases cannot contain certain characters such as `/` or `$` (full list TBD)
|
||||||
- All aliases must be prefixed with $ when used in a require statement to avoid ambiguity
|
- All aliases must be prefixed with $ when used in a require statement to avoid ambiguity
|
||||||
|
- Aliases can only occur at the beginning of a path
|
||||||
|
- Multiple aliases are not supported
|
||||||
|
|
||||||
#### Directories
|
#### Directories
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue