Clarified limitations

This commit is contained in:
bsharp 2022-02-03 03:10:30 -08:00
parent ff825c6e13
commit 8a0799ea1b

View file

@ -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