Update rfcs/require-by-string.md

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
Varun Saini 2023-08-01 09:48:02 -07:00 committed by GitHub
parent e7203e4fd3
commit 47e99a1005
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -346,4 +346,4 @@ Some potential issues with this approach:
#### Defining configuration files in a non-JSON format
Alias maps could alternatively be defined in specially named `.luau` files themselves, or at least adhering to Luau syntax. This approach is somewhat unappealing, however, as it would require package management software to parse Luau syntax. JSON syntax is well-understood and well-supported, which would likely faciliate the development of package management software.
Alias maps could alternatively be defined in specially named `.luau` files themselves, or at least adhering to Luau syntax. This approach is somewhat unappealing, however, as it would require package management software to parse Luau syntax. JSON syntax is well-understood and well-supported, which would likely facilitate the development of package management software.