feat(kida,store): move tasks from @nano_kit/store to kida - #220
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #220 +/- ##
=======================================
Coverage 85.40% 85.40%
=======================================
Files 142 142
Lines 3180 3180
Branches 595 595
=======================================
Hits 2716 2716
Misses 335 335
Partials 129 129 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
dangreen
force-pushed
the
feat/kida-tasks
branch
from
August 27, 2026 13:25
07b5be4 to
7e7967f
Compare
The tasks pool and runner now live in `kida`; `@nano_kit/store` re-exports them unchanged.
dangreen
force-pushed
the
feat/kida-tasks
branch
from
August 27, 2026 13:31
7e7967f to
4197b21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The tasks pool and runner move down the chain:
tasks.tsand its spec travel tokidaas-is,kidaexports them from its index, and@nano_kit/storekeeps handing them out unchanged through its existingexport * from 'kida'— nothing changes for consumers.hydration.tsnow takesTasksPool$andwaitTasksfromkidadirectly.Size pins move with the code: kida 4.8 → 4.95 kB gzip (4.4 → 4.55 brotli), store 5.8 → 5.85 kB brotli.
Lint,
tsc --noEmit, 66 kida and 55 store tests are green.