mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
import UserApp's provided types into the Package-Config module
This commit is contained in:
parent
4fadc775e8
commit
6545968c34
2 changed files with 17 additions and 0 deletions
|
@ -177,6 +177,7 @@ impl<'a> RemoveSpaces<'a> for Module<'a> {
|
|||
packages: header.packages.remove_spaces(arena),
|
||||
imports: header.imports.remove_spaces(arena),
|
||||
provides: header.provides.remove_spaces(arena),
|
||||
provides_types: header.provides_types.map(|ts| ts.remove_spaces(arena)),
|
||||
to: header.to.remove_spaces(arena),
|
||||
before_header: &[],
|
||||
after_app_keyword: &[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue