mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Add support for import foo.Bar.Baz
This commit is contained in:
parent
a16d26b5c0
commit
0df54f478f
10 changed files with 433 additions and 617 deletions
|
|
@ -1172,6 +1172,7 @@ pub fn getStatement(store: *const NodeStore, statement_idx: AST.Statement.Idx) A
|
|||
.start = exposes_start,
|
||||
.len = exposes_len,
|
||||
} },
|
||||
.suppress_alias = false,
|
||||
.region = node.region,
|
||||
} };
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue