refactor(code-runtime): generate shared subprocess runner

This commit is contained in:
Tianyi Cui
2026-07-30 02:04:21 +08:00
parent dde55d5afe
commit 68ccf50a77
9 changed files with 555 additions and 82 deletions

View File

@@ -112,6 +112,8 @@
"gen-module-graph": "tsx scripts/gen-module-graph.ts",
"gen-scoped-events": "tsx scripts/gen-scoped-events.ts",
"verify-scoped-events": "tsx scripts/gen-scoped-events.ts --check",
"gen-code-runtime-runner": "tsx scripts/gen-code-runtime-runner.ts",
"verify-code-runtime-runner": "tsx scripts/gen-code-runtime-runner.ts --check",
"verify-module-graph": "tsx scripts/gen-module-graph.ts --check",
"constraints": "tsx scripts/check-workspace-constraints.ts",
"doc-sync": "tsx scripts/run-gates.ts doc-sync",