a LOT of refactoring and minor bugfixes

This commit is contained in:
Mewrry the Kitty 2026-01-05 22:19:20 -06:00
parent f4669290b0
commit c3d31cbb40
6 changed files with 463 additions and 112 deletions

View file

@ -2,7 +2,7 @@
#! nix-shell -i bash
#! nix-shell -p bash nodejs jq
node itty/utils/thread.js spool spinny.yarn spinny.js
node itty/utils/thread.js spool spinny.yarn spinny.js s.spin r.spin
node itty/utils/thread.js metadata-from-json spinny.yarn yarnball-meta.json
#cat spinny.yarn mergefile.json | jq -s '.[0] as $old | .[1] as $merge | .[0].content | fromjson * $merge | tojson as $new | $old + {"content":$new} | tojson' | jq 'fromjson' > spinny.yarn.tmp