mirror of
https://github.com/vercel/ai-elements.git
synced 2026-09-14 19:48:26 +08:00
a80dc86c08
- use template literals instead of string concatenation - add block statements for early returns - move regex patterns to top-level constants - replace while loop with for...of using matchAll - replace nested ternary with if-else - remove unused variables - fix import ordering and quote styles Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>