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:
parent
23fcaa9985
commit
27561750f8
4 changed files with 52 additions and 29 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue