mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Parse module params in import
This commit is contained in:
parent
08825a9e90
commit
e5a09b5de6
19 changed files with 305 additions and 70 deletions
|
@ -133,6 +133,8 @@ fn desugar_value_def<'a>(
|
|||
ModuleImport(roc_parse::ast::ModuleImport {
|
||||
before_name: _,
|
||||
name: _,
|
||||
// TODO: Desugar params
|
||||
params,
|
||||
alias: _,
|
||||
exposed: _,
|
||||
}) => *def,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue