claude-code-best/packages/color-diff-napi/src
claude-code-best 12c5d40131 fix: highlight 缓存改用 LRUCache 降低内存开销
- Fallback.tsx: 手动 Map LRU 替换为 lru-cache 的 LRUCache
- Markdown.tsx: tokenCache 同样替换为 LRUCache
- color-diff-napi: 新增行级 hljs AST 缓存,避免终端 resize 时重复高亮

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-29 21:59:10 +08:00
..
__tests__ feature: 20260429 代码巡检 (#383) 2026-04-29 09:14:26 +08:00
index.ts fix: highlight 缓存改用 LRUCache 降低内存开销 2026-04-29 21:59:10 +08:00