Add 'Status: Implemented' to require RFCs (#62)

This commit is contained in:
Varun Saini 2025-01-24 14:25:00 -08:00 committed by GitHub
parent afb9f42e19
commit 8f6bee71f2
Signed by: DevComp
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.