feat: bun_script

This commit is contained in:
Eric
2026-03-06 19:51:52 +01:00
parent 7569ca914c
commit e84bd920be
16 changed files with 214 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ exports_files([
"bun_bundle.bzl",
"bun_dev.bzl",
"bun_install.bzl",
"bun_script.bzl",
"bun_test.bzl",
"js_library.bzl",
])
@@ -27,6 +28,11 @@ bzl_library(
srcs = ["bun_dev.bzl"],
)
bzl_library(
name = "bun_script_bzl",
srcs = ["bun_script.bzl"],
)
bzl_library(
name = "bun_test_bzl",
srcs = ["bun_test.bzl"],