Parse module params in import

This commit is contained in:
Agus Zubiaga 2024-05-02 13:33:15 -03:00
parent 08825a9e90
commit e5a09b5de6
No known key found for this signature in database
19 changed files with 305 additions and 70 deletions

View file

@ -133,6 +133,8 @@ fn desugar_value_def<'a>(
ModuleImport(roc_parse::ast::ModuleImport {
before_name: _,
name: _,
// TODO: Desugar params
params,
alias: _,
exposed: _,
}) => *def,