Register component-affinity as JS primitive for runtime SX access

Fixes 4 test-eval.sx failures (component affinity tests).
Remaining 24 failures are server-only features (defpage, stream-*)
that don't belong in the browser evaluator.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 03:56:18 +00:00
parent 86363d9f34
commit 5d3676d751
2 changed files with 4 additions and 1 deletions

View File

@@ -1170,6 +1170,9 @@ CONTINUATIONS_JS = '''
PRIMITIVES["continuation?"] = function(x) { return x != null && x._continuation === true; };
// Platform accessors — exposed as primitives so user SX code can call them
PRIMITIVES["component-affinity"] = componentAffinity;
var _resetResume = [];
function sfReset(args, env) {