























@@ -450,7 +450,16 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
450450["scripts/check-dependency-pins.mjs", ["test/scripts/check-dependency-pins.test.ts"]],
451451["scripts/check-deadcode-unused-files.mjs", ["test/scripts/check-deadcode-unused-files.test.ts"]],
452452["scripts/check-dynamic-import-warts.mjs", ["test/scripts/check-dynamic-import-warts.test.ts"]],
453+["scripts/check-extension-plugin-sdk-boundary.mjs", ["test/extension-import-boundaries.test.ts"]],
453454["scripts/check-no-conflict-markers.mjs", ["test/scripts/check-no-conflict-markers.test.ts"]],
455+[
456+"scripts/check-plugin-extension-import-boundary.mjs",
457+["test/plugin-extension-import-boundary.test.ts"],
458+],
459+[
460+"scripts/check-sdk-package-extension-import-boundary.mjs",
461+["test/extension-import-boundaries.test.ts"],
462+],
454463[
455464"scripts/check-workflows.mjs",
456465[
@@ -717,6 +726,10 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
717726["test/scripts/bundled-plugin-source-utils.test.ts"],
718727],
719728["scripts/lib/dev-tooling-safety.ts", ["test/scripts/dev-tooling-safety.test.ts"]],
729+[
730+"scripts/lib/deprecated-plugin-sdk-usage.mjs",
731+["test/scripts/check-deprecated-api-usage.test.ts"],
732+],
720733["scripts/docker/cleanup-smoke/run.sh", ["test/scripts/docker-build-helper.test.ts"]],
721734[
722735"scripts/docker/install-sh-e2e/run.sh",
@@ -895,7 +908,15 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
895908["scripts/tsdown-build.mjs", ["test/scripts/tsdown-build.test.ts"]],
896909["scripts/verify.mjs", ["test/scripts/verify.test.ts"]],
897910["scripts/verify-pr-hosted-gates.mjs", ["test/scripts/verify-pr-hosted-gates.test.ts"]],
911+[
912+"scripts/write-plugin-sdk-entry-dts.ts",
913+[
914+"test/scripts/build-all.test.ts",
915+"test/scripts/prepare-extension-package-boundary-artifacts.test.ts",
916+],
917+],
898918["scripts/zai-fallback-repro.ts", ["test/scripts/zai-fallback-repro.test.ts"]],
919+["scripts/fixtures/packed-plugin-sdk-type-smoke.ts", ["test/release-check.test.ts"]],
899920["scripts/repro/code-mode-namespace-live.ts", ["test/scripts/code-mode-namespace-live.test.ts"]],
900921[
901922"scripts/repro/code-mode-namespace-live-docker.sh",
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。