refactor: trim extension barrel leftovers · openclaw/openclaw@ebbd80a
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -19,7 +19,6 @@ export {
|
19 | 19 | export { toFlexMessage } from "./flex-templates/message.js"; |
20 | 20 | |
21 | 21 | export type { |
22 | | -Action, |
23 | 22 | CardAction, |
24 | 23 | FlexBox, |
25 | 24 | FlexBubble, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -205,4 +205,4 @@ export async function getNostrProfileState(accountId: string = DEFAULT_ACCOUNT_I
|
205 | 205 | return bus.getProfileState(); |
206 | 206 | } |
207 | 207 | |
208 | | -export { getActiveNostrBuses, getNostrMetrics } from "./gateway.js"; |
| 208 | +export { getActiveNostrBuses } from "./gateway.js"; |
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | export { |
2 | 2 | looksLikeWhatsAppTargetId, |
3 | | -normalizeWhatsAppAllowFromEntries, |
4 | 3 | normalizeWhatsAppMessagingTarget, |
5 | 4 | isWhatsAppGroupJid, |
6 | | -isWhatsAppUserTarget, |
7 | 5 | normalizeWhatsAppTarget, |
8 | 6 | } from "./normalize-target.js"; |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,7 +4,6 @@
|
4 | 4 | export const KNIP_UNUSED_FILE_ALLOWLIST = [ |
5 | 5 | "extensions/diffs/src/viewer-client.ts", |
6 | 6 | "extensions/diffs/src/viewer-payload.ts", |
7 | | -"extensions/mattermost/src/config-schema.ts", |
8 | 7 | "extensions/memory-core/src/memory-tool-manager-mock.ts", |
9 | 8 | "src/agents/subagent-registry.runtime.ts", |
10 | 9 | "src/auto-reply/inbound.group-require-mention-test-plugins.ts", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。