mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:30:42 +00:00
Merge remote-tracking branch 'origin/main' into release/2026.4.25
This commit is contained in:
@@ -655,7 +655,8 @@ describe("plugin-sdk subpath exports", () => {
|
||||
resolve(REPO_ROOT, "extensions"),
|
||||
resolve(REPO_ROOT, "test"),
|
||||
],
|
||||
pattern: /openclaw\/plugin-sdk\/channel-runtime(?=["'])/u,
|
||||
pattern:
|
||||
/(?:from\s+|import\s+(?:type\s+)?|import\s*\(\s*)["']openclaw\/plugin-sdk\/channel-runtime(?=["'])/u,
|
||||
exclude: [
|
||||
"src/plugins/compat/registry.ts",
|
||||
"src/plugins/sdk-alias.test.ts",
|
||||
|
||||
Reference in New Issue
Block a user