mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 08:55:04 +01:00
more eslint rules and fix bugs
This commit is contained in:
parent
12fcc4f1bb
commit
854112da3c
13 changed files with 67 additions and 29 deletions
|
|
@ -36,7 +36,7 @@ function printItem(item: Item): string {
|
|||
return id + printImportDef(item.node);
|
||||
}
|
||||
case "mod": {
|
||||
return id +printMod(item.node);
|
||||
return id + printMod(item.node);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue