mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Removed duplicate section
This commit is contained in:
parent
83034035b6
commit
059f8b6c13
1 changed files with 0 additions and 13 deletions
|
@ -138,19 +138,6 @@ local dependency = require("dependency")
|
||||||
|
|
||||||
Using the `paths` array allows Luau developers to organize their projects however they like without compromising code readability.
|
Using the `paths` array allows Luau developers to organize their projects however they like without compromising code readability.
|
||||||
|
|
||||||
### Large-scale projects in Luau
|
|
||||||
|
|
||||||
For large-scale Luau projects, we might imagine that every dependency of the project is a Luau project itself. We might use an organizational structure like this to create a clean hierarchy:
|
|
||||||
|
|
||||||
```
|
|
||||||
large-luau-project
|
|
||||||
├── .luaurc
|
|
||||||
├── subproject-1
|
|
||||||
├── subproject-2
|
|
||||||
└── subproject-3
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
##### Current limitations of aliases
|
##### Current limitations of aliases
|
||||||
|
|
||||||
- Aliases cannot reference other aliases. (However, this is compatible with this proposal and will likely be implemented in the future.)
|
- Aliases cannot reference other aliases. (However, this is compatible with this proposal and will likely be implemented in the future.)
|
||||||
|
|
Loading…
Add table
Reference in a new issue