




















@@ -30,10 +30,12 @@ const bundledPluginEntries = [
30303131const bundledPluginIgnoredRuntimeDependencies = [
3232"@agentclientprotocol/claude-agent-acp",
33+"@a2ui/lit",
3334"@azure/identity",
3435"@clawdbot/lobster",
3536"@discordjs/opus",
3637"@homebridge/ciao",
38+"@lit/context",
3739"@matrix-org/matrix-sdk-crypto-wasm",
3840"@mozilla/readability",
3941"@openai/codex",
@@ -42,6 +44,7 @@ const bundledPluginIgnoredRuntimeDependencies = [
4244"@zed-industries/codex-acp",
4345"jiti",
4446"json5",
47+"lit",
4548"linkedom",
4649"openclaw",
4750"pdfjs-dist",
@@ -169,7 +172,7 @@ const config = {
169172// Bundled plugins often load their public surface via string specifiers in
170173// `index.ts` contracts, so Knip needs these convention-based entry files.
171174entry: bundledPluginEntries,
172-project: ["index.ts!", "src/**/*.ts!"],
175+project: ["index.ts!", "src/**/*.{js,mjs,ts}!"],
173176ignoreDependencies: bundledPluginIgnoredRuntimeDependencies,
174177},
175178},
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。