mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Update docs/require-by-string-aliases.md
Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
parent
e83a57bab8
commit
af1ce25331
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Or even a sub-module:
|
|||
local createElement = require("Roact/createElement")
|
||||
```
|
||||
|
||||
Aliases are overrides. Whenever the first component of a path exactly matches a pre-defined alias, it will be replaced before the path is resolved to a file. Alias names are also restricted to the charset `[A-Za-z0-9.-_]`.
|
||||
Aliases are overrides. Whenever the first component of a path exactly matches a pre-defined alias, it will be replaced before the path is resolved to a file. Alias names are also restricted to the charset `[A-Za-z0-9.\-_]`.
|
||||
|
||||
### Package management
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue