Restrict subdirectory imports to main.kcl (#7094)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-05-20 18:13:17 +12:00
committed by GitHub
parent 38a245f2fc
commit 651181e62c
6 changed files with 67 additions and 19 deletions

View File

@ -1,3 +1,3 @@
import "nested\foo\bar\main.kcl" as bar
import "nested\foo\bar\main.kcl"
bar