test: add more tests
Some checks failed
CI / test (ubuntu-latest, linux-x64) (pull_request) Failing after 32s
CI / test (macos-14, darwin-arm64) (pull_request) Has been cancelled
CI / test (windows-latest, windows) (pull_request) Has been cancelled

This commit is contained in:
eric
2026-03-15 00:59:58 +01:00
parent a0bc998bd2
commit b35f03872c
45 changed files with 978 additions and 54 deletions

View File

@@ -0,0 +1,13 @@
load("//bun:defs.bzl", "bun_bundle")
exports_files([
"BUILD.bazel",
"entry.ts",
])
bun_bundle(
name = "sourcemap_bundle",
tags = ["manual"],
entry_points = ["entry.ts"],
sourcemap = True,
)