feat: 大规模清理 claude 的类型问题及依赖

This commit is contained in:
claude-code-best
2026-03-31 22:21:35 +08:00
parent 2c759fe6fa
commit 4c0a655a1c
38 changed files with 1154 additions and 718 deletions

View File

@@ -158,7 +158,7 @@ function ExplanationResult(t0) {
const {
promise
} = t0;
const explanation = use(promise);
const explanation = use(promise) as PermissionExplanationType | null;
if (!explanation) {
let t1;
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {