From b5d63c07eb7c6e5a85c1c18e88494062956cef3d Mon Sep 17 00:00:00 2001 From: menarulalam <35981995+menarulalam@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:49:21 -0700 Subject: [PATCH] Update require-by-string-relative-paths.md --- rfcs/require-by-string-relative-paths.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rfcs/require-by-string-relative-paths.md b/rfcs/require-by-string-relative-paths.md index 2c52ab21..a558a674 100644 --- a/rfcs/require-by-string-relative-paths.md +++ b/rfcs/require-by-string-relative-paths.md @@ -231,12 +231,6 @@ large-luau-project └── subproject-3 ``` -### Roblox specifics - -In the Roblox engine, developers can reasonably expect something similar to be implemented. A Roblox Script could contain `local dependency = require("./dependency")`. - -However, when requiring a "floating" ModuleScript (not part of this central package management system), there will not be a default alias provided. This is bad style and will not be encouraged. - ## Drawbacks ### Backwards compatibility