feat: add phase 7 bun_install module extension

This commit is contained in:
Eric
2026-03-04 07:52:24 +00:00
parent a95c09e92c
commit dfc61b6cfc
5 changed files with 51 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
load(":toolchain.bzl", "bun_toolchain")
load(":version.bzl", "BUN_VERSION")
exports_files(["defs.bzl"])
exports_files([
"defs.bzl",
"extensions.bzl",
])
toolchain_type(name = "toolchain_type")