refactor: remove unused plugin sdk specifier builder · openclaw/openclaw@0b0c8e3
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -10,12 +10,6 @@ export function buildPluginSdkEntrySources() {
|
10 | 10 | ); |
11 | 11 | } |
12 | 12 | |
13 | | -export function buildPluginSdkSpecifiers() { |
14 | | -return pluginSdkEntrypoints.map((entry) => |
15 | | -entry === "index" ? "openclaw/plugin-sdk" : `openclaw/plugin-sdk/${entry}`, |
16 | | -); |
17 | | -} |
18 | | - |
19 | 13 | export function buildPluginSdkPackageExports() { |
20 | 14 | return Object.fromEntries( |
21 | 15 | pluginSdkEntrypoints.map((entry) => [ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。