

























@@ -3,18 +3,11 @@ import {
33normalizeOptionalLowercaseString,
44normalizeOptionalString,
55} from "../shared/string-coerce.js";
6-import {
7-CHANNEL_IDS,
8-CHAT_CHANNEL_ALIASES,
9-CHAT_CHANNEL_ORDER,
10-listChatChannelAliases,
11-normalizeChatChannelId,
12-type ChatChannelId,
13-} from "./ids.js";
6+import { CHAT_CHANNEL_ORDER, normalizeChatChannelId, type ChatChannelId } from "./ids.js";
147import type { ChannelId } from "./plugins/channel-id.types.js";
158import type { ChannelMeta } from "./plugins/types.core.js";
16-export { getChatChannelMeta, listChatChannels } from "./chat-meta.js";
17-export { CHANNEL_IDS, CHAT_CHANNEL_ORDER } from "./ids.js";
9+export { getChatChannelMeta } from "./chat-meta.js";
10+export { CHAT_CHANNEL_ORDER } from "./ids.js";
1811export type { ChatChannelId } from "./ids.js";
19122013type RegisteredChannelPluginEntry = {
@@ -57,7 +50,7 @@ function findRegisteredChannelPluginEntryById(
5750(entry) => normalizeOptionalLowercaseString(entry.plugin.id) === normalizedId,
5851);
5952}
60-export { CHAT_CHANNEL_ALIASES, listChatChannelAliases, normalizeChatChannelId };
53+export { normalizeChatChannelId };
61546255// Channel docking: prefer this helper in shared code. Importing from
6356// `src/channels/plugins/*` can eagerly load channel implementations.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。