From 8a0799ea1bf026bb08cbe6a376fecb280db4f9b0 Mon Sep 17 00:00:00 2001 From: bsharp Date: Thu, 3 Feb 2022 03:10:30 -0800 Subject: [PATCH] Clarified limitations --- rfcs/libraries.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rfcs/libraries.md b/rfcs/libraries.md index 6517494a..4d0b0c1d 100644 --- a/rfcs/libraries.md +++ b/rfcs/libraries.md @@ -89,6 +89,8 @@ Libraries can be embedded in other libraries. In this case aliases are inherited - Aliases cannot reference other aliases - 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 +- Aliases can only occur at the beginning of a path +- Multiple aliases are not supported #### Directories