From 31299d30c542dfe2b3f153304e4aacee2ad50e30 Mon Sep 17 00:00:00 2001 From: Varun Saini <61795485+vrn-sn@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:23:15 -0700 Subject: [PATCH] Reserve `@self` at the language level --- docs/abstract-module-paths-and-init-dot-luau.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/abstract-module-paths-and-init-dot-luau.md b/docs/abstract-module-paths-and-init-dot-luau.md index 31bcb3688..4d3885a15 100644 --- a/docs/abstract-module-paths-and-init-dot-luau.md +++ b/docs/abstract-module-paths-and-init-dot-luau.md @@ -97,6 +97,7 @@ module. We propose to alleviate this with a special import alias `@self` that resolves to the path to the current module. +This alias is reserved and cannot be overridden by user-defined alias mappings. ```lua -- package/init.luau