poc(spf): migrate reactors from WritableState to TC39 Signals (#1112)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Pillsbury
2026-03-30 13:24:39 -07:00
committed by GitHub
co-authored by Claude Sonnet 4.6
parent 10826932be
commit 3fc6cbb9bc
63 changed files with 3258 additions and 5220 deletions
+2 -1
View File
@@ -50,7 +50,8 @@
"size:all": "node scripts/measure-size.js --all"
},
"dependencies": {
"@videojs/utils": "workspace:*"
"@videojs/utils": "workspace:*",
"signal-polyfill": "^0.2.2"
},
"devDependencies": {
"@vitest/browser": "^4.1.0",