feat: add phase 3 bun_binary bootstrap and tests

Co-authored-by: Eriyc <50216491+Eriyc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-04 03:10:35 +00:00
parent d107bad750
commit fbf89d5843
7 changed files with 106 additions and 2 deletions

View File

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