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
Refactor: deprecate HTML escaping for console-only skit tool
- Mark HTML escaping functions as @available(*, unavailable) to preserve compatibility
- Update TokenVisitor to output plain text instead of HTML entities
- Remove HTML markup generation from trivia processing
- Simplify data structures to store raw Swift code text
- Clean JSON output now preserves special characters (&, <, >) as-is
- Improves skit command-line tool usability for console consumption
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments