feat: add phase 7 bun_install module extension

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

View File

@@ -40,3 +40,8 @@ Phase 6 bootstrap is in place:
- Source grouping rules `js_library` / `ts_library` (`/internal/js_library.bzl`)
- Transitive `deps` propagation wired into `bun_bundle` and `bun_test`
- Focused dependency-propagation tests (`//tests/library_test:all`)
Phase 7 bootstrap is in place:
- Bzlmod `bun_install` module extension (`/bun/extensions.bzl`) using Bazel 9-compatible extension/tag syntax
- Focused module-extension shape test (`//tests/install_extension_test:all`)