feat: add phase 6 js_library and ts_library bootstrap

This commit is contained in:
Eriyc
2026-03-04 07:31:19 +00:00
committed by copilot-swe-agent[bot]
parent a4f6b55d43
commit 8463e94e00
10 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
bundle="$1"
if [[ ! -s "${bundle}" ]]; then
echo "Expected bundled output to exist and be non-empty: ${bundle}" >&2
exit 1
fi