feat: add phase 3 bun_binary bootstrap and tests

This commit is contained in:
Eric
2026-03-04 03:10:35 +00:00
committed by copilot-swe-agent[bot]
parent f0e498ea05
commit 12ddcb273a
7 changed files with 106 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
const message: string = "hello-ts";
console.log(message);