From bd6bebd5623052e6e79a9da543454b14214d09ab Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 4 Mar 2026 03:05:49 +0000 Subject: [PATCH] docs: add bun_install parameter docs --- internal/bun_install.bzl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/bun_install.bzl b/internal/bun_install.bzl index 9cb4646..9d51d16 100644 --- a/internal/bun_install.bzl +++ b/internal/bun_install.bzl @@ -78,6 +78,11 @@ _bun_install_repository = repository_rule( def bun_install(name, package_json, bun_lockfile): """Create an external repository containing installed node_modules. + Args: + name: Repository name to create. + package_json: Label to a package.json file. + bun_lockfile: Label to a bun.lockb file. + Usage (WORKSPACE): bun_install( name = "node_modules",