Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,49 @@
"volta": {
"node": "22.12.0",
"pnpm": "9.15.9"
},
"effectionx": {
"categories": [
{
"keyword": "testing",
"label": "Testing",
"description": "Test frameworks, adapters, and assertion helpers"
},
{
"keyword": "io",
"label": "I/O & Network",
"description": "HTTP, WebSocket, file system, and Node.js adapters"
},
{
"keyword": "process",
"label": "Processes",
"description": "Child process management and file watching"
},
{
"keyword": "streams",
"label": "Streams",
"description": "Stream transformation, parsing, and storage"
},
{
"keyword": "concurrency",
"label": "Concurrency",
"description": "Rate limiting, timeouts, and flow control"
},
{
"keyword": "reactivity",
"label": "Reactivity",
"description": "Reactive state and async workflows"
},
{
"keyword": "interop",
"label": "Interop",
"description": "Integration with other ecosystems and patterns"
},
{
"keyword": "platform",
"label": "Platform",
"description": "Browser and runtime-specific APIs"
}
]
}
}
Loading