Refactor CalendarOrchestrator with ts-linq-light

Replaces native array methods with ts-linq-light for improved functional programming
Simplifies data transformation and grouping logic
Enhances code readability and introduces more declarative data manipulation
This commit is contained in:
Janus C. H. Knudsen 2025-12-08 22:26:38 +01:00
parent 23fcaa9985
commit 27561750f8
4 changed files with 52 additions and 29 deletions

View file

@ -43,6 +43,7 @@
"@rollup/rollup-win32-x64-msvc": "^4.52.2",
"dayjs": "^1.11.19",
"fuse.js": "^7.1.0",
"json-diff-ts": "^4.8.2"
"json-diff-ts": "^4.8.2",
"ts-linq-light": "^1.0.0"
}
}