Skip to content

Update Acornima to 1.3.2#2374

Merged
lahma merged 1 commit intosebastienros:mainfrom
lahma:acornima-132
Apr 3, 2026
Merged

Update Acornima to 1.3.2#2374
lahma merged 1 commit intosebastienros:mainfrom
lahma:acornima-132

Conversation

@lahma
Copy link
Copy Markdown
Collaborator

@lahma lahma commented Apr 3, 2026

Summary

  • Bumps Acornima from 1.3.1 to 1.3.2, which includes Annex B.3.9 (CallExpression as assignment target) and using/await-using edge case fixes
  • Adds runtime handling for CallExpression in LHS positions (update expressions, for-in/for-of), throwing spec-correct ReferenceError
  • Removes 18 test262 exclusions that are now passing with the new parser

Test plan

  • dotnet build --configuration Release passes with zero warnings
  • dotnet test Jint.Tests — 2807 passed, 0 failed
  • dotnet test Jint.Tests.Test262 — 96,334 passed, 0 regressions

🤖 Generated with Claude Code

Acornima 1.3.2 fixes using/await-using edge cases and implements Annex B.3.9
(CallExpression as assignment target). Updated Jint runtime to handle
CallExpression in LHS positions for update expressions and for-in/for-of
statements, throwing spec-correct ReferenceError instead of TypeError/crash.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant