mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
cliHighlight.ts 导入全量 highlight.js(192 语言),与 color-diff-napi 使用的 highlight.js/lib/core 共享同一单例。全量测试运行时全量包先加载, 导致断言"未注册语言"和"不超过 30 个语言"失败。 改为验证目标 26 个语言全部存在,而非检查总数。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>