Closed arv closed 2 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/rocicorp/replicache/FVUtCtAeJeJkhYcRF6GkJsHgsCQg
✅ Preview: https://replicache-git-fork-arv-test-sync-head-persist-rocicorp.vercel.app
I will split this and not be so lazy
Test that the sync head gets rewritten during persist.
Also, refactored the static Commit methods. statics are generally a bad idea in JS because tree shaking is having trouble removing dead code. The only valid use case is for "virtual dispatch" of static methods.