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
|
|
@ -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": []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue