Merge branch 'main' of https://github.com/openclaw/openclaw · openclaw/openclaw@95c256f
vincentkoc
·
2026-06-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -100,10 +100,6 @@ export function isCommandsLightTarget(file) {
|
100 | 100 | return commandsLightIncludePatternByFile.has(normalizeRepoPath(file)); |
101 | 101 | } |
102 | 102 | |
103 | | -export function isCommandsLightTestFile(file) { |
104 | | -return commandsLightTestFiles.includes(normalizeRepoPath(file)); |
105 | | -} |
106 | | - |
107 | 103 | export function resolveCommandsLightIncludePattern(file) { |
108 | 104 | return commandsLightIncludePatternByFile.get(normalizeRepoPath(file)) ?? null; |
109 | 105 | } |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -39,7 +39,3 @@ export function resolveSplitChannelExtensionShard(root) {
|
39 | 39 | (spec) => bundledPluginRoot(spec.id) === normalizedRoot, |
40 | 40 | ); |
41 | 41 | } |
42 | | - |
43 | | -export function isSplitChannelExtensionRoot(root) { |
44 | | -return Boolean(resolveSplitChannelExtensionShard(root)); |
45 | | -} |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -52,10 +52,6 @@ export function isPluginSdkLightTarget(file) {
|
52 | 52 | return pluginSdkLightIncludePatternByFile.has(normalizeRepoPath(file)); |
53 | 53 | } |
54 | 54 | |
55 | | -export function isPluginSdkLightTestFile(file) { |
56 | | -return pluginSdkLightTestFiles.includes(normalizeRepoPath(file)); |
57 | | -} |
58 | | - |
59 | 55 | export function resolvePluginSdkLightIncludePattern(file) { |
60 | 56 | return pluginSdkLightIncludePatternByFile.get(normalizeRepoPath(file)) ?? null; |
61 | 57 | } |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。