fix(bazel): use module-scoped npm extension repo#2
Conversation
Greptile SummaryThis PR renames the Bazel npm extension repository from the generic Confidence Score: 5/5Safe to merge — the rename is consistent across all references with no logic changes. Both changed files are fully consistent: the new repo name in MODULE.bazel matches the load paths in BUILD.bazel exactly, and the module name prefix convention is followed. No logic, dependencies, or outputs are altered. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[MODULE.bazel] -->|npm_translate_lock name| B[tummycrypt_tinyland_event_loader_npm]
A -->|use_repo| B
B -->|defs.bzl npm_link_all_packages| C[BUILD.bazel]
B -->|vitest/package_json.bzl vitest_bin| C
Reviews (1): Last reviewed commit: "fix(bazel): use module-scoped npm extens..." | Re-trigger Greptile |
Summary
Validation