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
Adds strict equality operators (=== and !==) (#34)
Implements strict equality and strict inequality operators with proper
tokenization, parsing, evaluation, and decompilation support. Operators
work across all data types including undefined values and preserve
round-trip accuracy.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments