feat: implement phase 5 bun_bundle bootstrap
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
2347185c4c
commit
f03598407b
5
tests/bundle_test/main.ts
Normal file
5
tests/bundle_test/main.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export function greet(name: string): string {
|
||||
return `Hello ${name}`;
|
||||
}
|
||||
|
||||
console.log(greet("bundle"));
|
||||
Reference in New Issue
Block a user