mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-29 09:23:46 +00:00
Propagate multiple entrypoints to alias analysis
This commit is contained in:
parent
236cebacc1
commit
8b463686bc
10 changed files with 282 additions and 352 deletions
|
@ -34,8 +34,6 @@ pub enum HeaderType<'a> {
|
|||
/// (currently unused)
|
||||
#[allow(dead_code)]
|
||||
platform_main_type: TypedIdent<'a>,
|
||||
/// provided symbol to host (commonly `mainForHost`)
|
||||
main_for_host: Symbol,
|
||||
},
|
||||
Interface,
|
||||
}
|
||||
|
@ -107,7 +105,7 @@ pub enum ModuleNameEnum<'a> {
|
|||
App(StrLiteral<'a>),
|
||||
Interface(ModuleName<'a>),
|
||||
Hosted(ModuleName<'a>),
|
||||
Platform,
|
||||
Platform(PackageName<'a>),
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Debug, Hash)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue