mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
track if an alias is exposed
This commit is contained in:
parent
62ca9ba8d0
commit
55d9dc745c
3 changed files with 24 additions and 9 deletions
|
@ -13,7 +13,7 @@ pub struct SolvedModule {
|
|||
|
||||
/// all aliases and their definitions. this has to include non-exposed aliases
|
||||
/// because exposed aliases can depend on non-exposed ones)
|
||||
pub aliases: MutMap<Symbol, Alias>,
|
||||
pub aliases: MutMap<Symbol, (bool, Alias)>,
|
||||
|
||||
/// Used when the goal phase is TypeChecking, and
|
||||
/// to create the types for HostExposed. This
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue