This commit is contained in:
allexanderbergmns
2026-08-25 15:26:30 +02:00
parent 76e912c922
commit 4ccc8a0f95
16 changed files with 546 additions and 50 deletions
+2 -1
View File
@@ -122,7 +122,8 @@ pub mut:
pub struct ImportDecl {
pub mut:
path string
path string // the file to load (module name for bare `import os`)
name string // module name ('' for quoted file imports: flat merge)
line int
}