mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 01:50:59 +01:00
Add 'Status: Implemented' to require RFCs (#62)
This commit is contained in:
parent
afb9f42e19
commit
8f6bee71f2
3 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue