mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 15:37:18 +00:00
stdlin
This commit is contained in:
+2
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user