refactor(plugins): remove import specifier facade · openclaw/openclaw@6170766
vincentkoc
·
2026-06-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1866,7 +1866,7 @@
|
1866 | 1866 | "test:unit:fast:audit": "node scripts/test-unit-fast-audit.mjs", |
1867 | 1867 | "test:voicecall:closedloop": "node scripts/test-voicecall-closedloop.mjs", |
1868 | 1868 | "test:watch": "node scripts/test-projects.mjs --watch", |
1869 | | -"test:windows:ci": "node scripts/test-projects.mjs src/shared/runtime-import.test.ts src/plugins/import-specifier.test.ts src/process/exec.windows.test.ts src/process/windows-command.test.ts src/infra/windows-install-roots.test.ts extensions/lobster/src/lobster-runner.test.ts test/scripts/format-generated-module.test.ts test/scripts/npm-runner.test.ts test/scripts/pnpm-runner.test.ts test/scripts/run-with-env.test.ts test/scripts/ui.test.ts test/scripts/vitest-process-group.test.ts", |
| 1869 | +"test:windows:ci": "node scripts/test-projects.mjs src/shared/runtime-import.test.ts src/process/exec.windows.test.ts src/process/windows-command.test.ts src/infra/windows-install-roots.test.ts extensions/lobster/src/lobster-runner.test.ts test/scripts/format-generated-module.test.ts test/scripts/npm-runner.test.ts test/scripts/pnpm-runner.test.ts test/scripts/run-with-env.test.ts test/scripts/ui.test.ts test/scripts/vitest-process-group.test.ts", |
1870 | 1870 | "tool-display:check": "node --import tsx scripts/tool-display.ts --check", |
1871 | 1871 | "tool-display:write": "node --import tsx scripts/tool-display.ts --write", |
1872 | 1872 | "ts-topology": "node --import tsx scripts/ts-topology.ts", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。