feat: implement phase 5 bun_bundle bootstrap
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
2347185c4c
commit
f03598407b
@@ -1,4 +1,5 @@
|
||||
load("//internal:bun_binary.bzl", "bun_binary")
|
||||
load("//internal:bun_bundle.bzl", "bun_bundle")
|
||||
load("//internal:bun_install.bzl", "bun_install")
|
||||
load("//internal:bun_test.bzl", "bun_test")
|
||||
load(":repositories.bzl", "bun_register_toolchains", "bun_repositories")
|
||||
@@ -7,6 +8,7 @@ load(":toolchain.bzl", "BunToolchainInfo", "bun_toolchain")
|
||||
__all__ = [
|
||||
"BunToolchainInfo",
|
||||
"bun_binary",
|
||||
"bun_bundle",
|
||||
"bun_install",
|
||||
"bun_test",
|
||||
"bun_register_toolchains",
|
||||
|
||||
Reference in New Issue
Block a user