mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-19 10:09:47 +00:00
Store exposed module IDs in file loading state
This commit is contained in:
parent
ab45d6c632
commit
e549456668
2 changed files with 41 additions and 0 deletions
|
@ -54,6 +54,7 @@ pub enum HeaderType<'a> {
|
|||
requires: &'a [Loc<TypedIdent<'a>>],
|
||||
requires_types: &'a [Loc<UppercaseIdent<'a>>],
|
||||
exposes: &'a [Loc<ModuleName<'a>>],
|
||||
exposes_ids: &'a [roc_module::symbol::ModuleId],
|
||||
|
||||
/// usually `pf`
|
||||
config_shorthand: &'a str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue