feat: add phase 6 js_library and ts_library bootstrap
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
e671447d13
commit
9868933b27
3
tests/library_test/helper.ts
Normal file
3
tests/library_test/helper.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function greeting(name: string): string {
|
||||
return `hello-${name}`;
|
||||
}
|
||||
Reference in New Issue
Block a user