You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(1336): use two-file fixture to validate Phase 8.3f as the resolution mechanism (#1350)
The previous single-file fixture resolved f3→e4 via the same-file name-lookup
fallback, not through Phase 8.3f typeMap seeding. The updated fixture defines e4
in helpers.js (imported) so the same-file fallback cannot trigger: the edge must
be produced by Phase 8.3f cross-referencing objectRestParamBindings with
paramBindings from the WASM worker output.
0 commit comments