mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 06:25:10 +00:00
Move some logic into HeaderFor
This commit is contained in:
parent
24f2fcc28a
commit
12a7b51eb4
2 changed files with 10 additions and 1 deletions
|
@ -4468,6 +4468,10 @@ fn send_header_two<'a>(
|
|||
config_shorthand: opt_shorthand.unwrap_or_default(),
|
||||
platform_main_type: requires[0].value,
|
||||
main_for_host,
|
||||
opt_app_module_id,
|
||||
provides,
|
||||
requires,
|
||||
requires_types,
|
||||
};
|
||||
|
||||
let mut package_qualified_imported_modules = MutSet::default();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue