diff --git a/docs/amended-require-resolution.md b/docs/amended-require-resolution.md index b9a35c3..05689c3 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 d5e841c..a7389c9 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 63ef37c..0edeec0 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.