From 4dd9d9436228c138009bb5a3dbd6f0892a1c105a Mon Sep 17 00:00:00 2001 From: Varun Saini <61795485+VarunSaini02@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:47:39 -0700 Subject: [PATCH] Update rfcs/require-by-string.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- rfcs/require-by-string.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/require-by-string.md b/rfcs/require-by-string.md index 9b5ea745..ba329b46 100644 --- a/rfcs/require-by-string.md +++ b/rfcs/require-by-string.md @@ -175,7 +175,7 @@ Aliases are simple bindings and aren't concerned with versioning. The intention In the past, it has been proposed to define alias (e.g. "`@`") to represent the root directory of a file's encapsulating library. - However, the concept of a "Luau library" and its root directory is not yet rigorously defined in Luau, in terms of folder/file structure. - In the future, we may add a `package.json` file or something similar that marks the root directory of a library, but this is outside of the scope of this RFC, which primarily focuses on improving require-by-string. -- For the time being, this functionality will remain unimplemented for this reason. The alias "`@`" will remain reserved for now, meaning it cannot be overriden. +- For the time being, this functionality will remain unimplemented for this reason. The alias "`@`" will remain reserved for now, meaning it cannot be overridden. Of course, users can still use the alias map to explicitly define this behavior with a named alias: