mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Support package-qualified imports
This commit is contained in:
parent
b70f265242
commit
d0c651726d
3 changed files with 15 additions and 7 deletions
|
@ -2796,7 +2796,7 @@ fn exposed_from_import(entry: &ImportsEntry<'_>) -> (ModuleName, Vec<Ident>) {
|
|||
(module_name.as_str().into(), exposed)
|
||||
}
|
||||
|
||||
Package(_package_name, _exposes) => {
|
||||
Package(_package_name, _module_name, _exposes) => {
|
||||
todo!("TODO support exposing package-qualified module names.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue