feat: bootstrap bun toolchain skeleton and smoke test

Co-authored-by: Eriyc <50216491+Eriyc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-04 02:54:12 +00:00
parent c5c4e152ab
commit d88a29403a
17 changed files with 261 additions and 1 deletions

9
bun/defs.bzl Normal file
View File

@@ -0,0 +1,9 @@
load(":repositories.bzl", "bun_register_toolchains", "bun_repositories")
load(":toolchain.bzl", "BunToolchainInfo", "bun_toolchain")
__all__ = [
"BunToolchainInfo",
"bun_register_toolchains",
"bun_repositories",
"bun_toolchain",
]