Files
bun.sh/test/regression
Claude Bot 98311300a3 fix: allow Japanese middle dot characters in JavaScript identifiers
This fixes an issue where Japanese middle dot characters (U+30FB "・" and
U+FF65 "・") were incorrectly excluded from identifier continuation characters.
These characters are valid in ECMAScript identifiers and are commonly used
in Japanese text, particularly in real estate property names like "バス・トイレ".

Changes:
- Remove incorrect exclusion of middle dot characters from Unicode tables
- Regenerate identifier lookup tables with correct Unicode data
- Add regression test to prevent future issues
- Maintain correct behavior: middle dots can only continue identifiers, not start them

Fixes https://github.com/oven-sh/bun/discussions/22230

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-29 06:39:48 +00:00
..