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

@ -7,7 +7,10 @@
"WebFetch(domain:caniuse.com)",
"WebFetch(domain:blog.rasc.ch)",
"WebFetch(domain:developer.chrome.com)",
"Bash(npx tsc:*)"
"Bash(npx tsc:*)",
"WebFetch(domain:github.com)",
"Bash(npm install:*)",
"WebFetch(domain:raw.githubusercontent.com)"
],
"deny": [],
"ask": []