mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 08:55:04 +01:00
fix generics
This commit is contained in:
parent
dbd49d852f
commit
66d95dfeeb
18 changed files with 154 additions and 158 deletions
|
|
@ -225,7 +225,7 @@ function resolveModule(
|
|||
};
|
||||
}
|
||||
case "type": {
|
||||
tyParamScopes = item.generics.map(({ name }) => name);
|
||||
tyParamScopes = item.genericParams.map(({ name }) => name);
|
||||
|
||||
const type = { ...superFoldItem(item, this) };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue