mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Parse params in module header
module {echo, read} -> [menu] Formatter isn't implemented yet.
This commit is contained in:
parent
010aed88f9
commit
5b1a3c8f03
16 changed files with 145 additions and 32 deletions
|
@ -3392,6 +3392,8 @@ fn to_header_report<'a>(
|
|||
to_provides_report(alloc, lines, filename, provides, *pos)
|
||||
}
|
||||
|
||||
EHeader::Params(_params, _pos) => todo!(),
|
||||
|
||||
EHeader::Exposes(exposes, pos) => to_exposes_report(alloc, lines, filename, exposes, *pos),
|
||||
|
||||
EHeader::Imports(imports, pos) => to_imports_report(alloc, lines, filename, imports, *pos),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue