Fix Unicode whitespace handling and test262 metadata parsing
- Add proper Unicode whitespace and line terminator detection using
UTF-8 decoding (U+2028 Line Separator, U+2029 Paragraph Separator,
U+FEFF BOM, U+1680 Ogham Space, U+2000-U+200A spaces, etc.)
- Fix YAML metadata parser to correctly find /*--- ... ---*/ blocks
(was incorrectly matching first / which could be // comment)
- Fix metadata parser to properly handle negative: blocks with
nested phase: and type: fields
- Add uutf dependency for Unicode handling
- Test262 expressions: 8525/11093 (76.9%) passing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>