Add support for import foo.Bar.Baz

This commit is contained in:
Richard Feldman 2025-10-21 18:58:46 -04:00
parent a16d26b5c0
commit 0df54f478f
No known key found for this signature in database
10 changed files with 433 additions and 617 deletions

View file

@ -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,
} };
},