Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 45s
- hs-coerce "Date": new case returns (host-new "Date" value) - hs-coerce "Set": creates real JS Set via host-new + for-each add (was SX list) - hs-coerce "Map": creates real JS Map via host-new + for-each set (was SX list) - hs-make "Set"/"Map": use host-new instead of (list)/(dict) - hs-add-to!, hs-remove-from!, hs-empty-like, hs-append: handle real JS Sets - hs-run-filtered.js: add hs-is-set? and hs-is-map? natives - generator: MANUAL_TEST_BODIES for converts-as-Date (×2), as-Set, as-Map asExpression suite: 36/42 (was 32/42) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>