Switch to typescript 5.8.3 (#9152)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-06-04 17:57:10 +05:00
committed by GitHub
parent 07c364c776
commit fcb67d20f8
562 changed files with 5212 additions and 5273 deletions
@@ -61,7 +61,7 @@
return result
}
$: _folders = folders.map((it) => folderById.get(it)).filter((it) => it !== undefined) as Doc[]
$: _folders = folders.map((it) => folderById.get(it)).filter((it) => it !== undefined)
$: _descendants = new Map(_folders.map((it) => [it._id, getDescendants(it._id)]))
</script>