fix: inline reactive flags in store build - #350
Conversation
|
View your CI Pipeline Execution ↗ for commit a7ccacc
☁️ Nx Cloud last updated this comment at |
|
Warning Review limit reached
Next review available in: 27 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe store replaces the runtime ChangesReactive flag constants
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@tanstack/angular-store
@tanstack/lit-store
@tanstack/octane-store
@tanstack/preact-store
@tanstack/react-store
@tanstack/solid-store
@tanstack/store
@tanstack/svelte-store
@tanstack/vue-store
commit: |
Summary
ReactiveFlagsconst enum with shared numeric constantsReactiveFlagsas a type without changing runtime behaviorThe generated ESM now contains numeric flag operations, and
atom.jsimports onlycreateReactiveSystemfromalien.js.Results
in
tanstack/routerwe tried updatingtanstack/storeto0.11.0:PR #350 gives the following deltas:
-182 Bgzip-803 Braw-312 BBrotli89,197 B-128 BgzipTesting
pnpm --filter @tanstack/store buildpnpm --filter @tanstack/store test:buildpnpm --filter @tanstack/store test:typespnpm --filter @tanstack/store test:lib --runpnpm --filter @tanstack/store test:eslintSummary by CodeRabbit
Documentation
InternalReadonlyAtom.flags.Refactor
ReactiveFlagstype.Chores