feat: bootstrap bun toolchain skeleton and smoke test
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
1a449c22b9
commit
6a29ae954e
2
internal/bun_binary.bzl
Normal file
2
internal/bun_binary.bzl
Normal file
@@ -0,0 +1,2 @@
|
||||
def bun_binary(**_kwargs):
|
||||
fail("bun_binary is not implemented yet")
|
||||
2
internal/bun_bundle.bzl
Normal file
2
internal/bun_bundle.bzl
Normal file
@@ -0,0 +1,2 @@
|
||||
def bun_bundle(**_kwargs):
|
||||
fail("bun_bundle is not implemented yet")
|
||||
2
internal/bun_install.bzl
Normal file
2
internal/bun_install.bzl
Normal file
@@ -0,0 +1,2 @@
|
||||
def bun_install(**_kwargs):
|
||||
fail("bun_install is not implemented yet")
|
||||
2
internal/bun_test.bzl
Normal file
2
internal/bun_test.bzl
Normal file
@@ -0,0 +1,2 @@
|
||||
def bun_test(**_kwargs):
|
||||
fail("bun_test is not implemented yet")
|
||||
Reference in New Issue
Block a user