Move some logic into HeaderFor

This commit is contained in:
Richard Feldman 2022-12-06 14:25:43 -05:00
parent 24f2fcc28a
commit 12a7b51eb4
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 10 additions and 1 deletions

View file

@ -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();