mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-29 23:55:02 +00:00
* fix: ts-morph for charts * fix * perf: parallelize chart loading and add LRU caching - Prefetch all chart data in parallel using Promise.all() - Add LRU cache for syntax highlighting (cross-request caching) - Add LRU cache for registry items (cross-request caching) - Parallelize file reads within registry items Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix * fix --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>