From f209d4b7743ce0789b1d392ca3304ffe4694c678 Mon Sep 17 00:00:00 2001 From: Varun Saini <61795485+vrn-sn@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:05:56 -0700 Subject: [PATCH] Add 'Status: Implemented' to require RFCs --- docs/amended-require-resolution.md | 2 ++ docs/new-require-by-string-semantics.md | 2 ++ docs/require-by-string-aliases.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/amended-require-resolution.md b/docs/amended-require-resolution.md index b9a35c38..05689c3e 100644 --- a/docs/amended-require-resolution.md +++ b/docs/amended-require-resolution.md @@ -1,5 +1,7 @@ # Amended Require Syntax and Resolution Semantics +**Status**: Implemented + ## Summary We need to finalize a syntax for aliases in require expressions and determine intuitive resolution semantics as we prepare to build a package management system. diff --git a/docs/new-require-by-string-semantics.md b/docs/new-require-by-string-semantics.md index d5e841c5..a7389c91 100644 --- a/docs/new-require-by-string-semantics.md +++ b/docs/new-require-by-string-semantics.md @@ -1,5 +1,7 @@ # Require by String with Relative Paths +**Status**: Implemented + ## Summary We need to add relative paths to `require` statements to facilitate the grouping together of related Luau files into libraries and allow for future package managers to be developed and integrated easily. diff --git a/docs/require-by-string-aliases.md b/docs/require-by-string-aliases.md index 63ef37c5..0edeec02 100644 --- a/docs/require-by-string-aliases.md +++ b/docs/require-by-string-aliases.md @@ -1,5 +1,7 @@ # Require by String with Aliases +**Status**: Implemented + ## Summary We need to add intuitive alias and paths functionality to facilitate the grouping together of related Luau files into libraries and allow for future package managers to be developed and integrated easily.