refactor: remove unused run_npm from NodeInfo provider
4 files changed
tree: 17a82f181098c6f4806510a173b3e710f91a8042
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. .vscode/
  5. docs/
  6. e2e/
  7. external/
  8. internal/
  9. nodejs/
  10. packages/
  11. scripts/
  12. third_party/
  13. tools/
  14. .bazelignore
  15. .bazelrc
  16. .bazelversion
  17. .clang-format
  18. .git-blame-ignore-revs
  19. .gitignore
  20. .npmrc
  21. .pre-commit-config.yaml
  22. AUTHORS
  23. BUILD.bazel
  24. CHANGELOG.md
  25. CODE_OF_CONDUCT.md
  26. commitlint.config.js
  27. common.bazelrc
  28. CONTRIBUTING.md
  29. CONTRIBUTORS
  30. DEVELOPING.md
  31. LICENSE
  32. MODULE.bazel
  33. package.json
  34. README.md
  35. renovate.json
  36. repositories.bzl
  37. WORKSPACE
  38. yarn.lock
README.md

JavaScript rules for Bazel

Build status GitHub release (latest by date)

This ruleset provides a NodeJS development toolchain and runtime with Bazel. It does not have any rules for using NodeJS, such as nodejs_binary. For that, we recommend rules_js.

This repository is maintained by volunteers in the Bazel community. Neither Google, nor the Bazel team, provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases.

We follow semantic versioning. Patch releases have bugfixes, minor releases have new features. Only major releases (1.x, 2.x) have breaking changes. We support LTS releases of Bazel (starting at 4.x), see SUPPORTED_BAZEL_VERSIONS in our /index.bzl for the list we test against.

6.0 Scope Reduction

This branch is the latest release, 6.x.x It has a greatly reduced scope from previous releases, as most of the code was unmaintained. See the 5.x branch for the prior state of the repo.

Documentation

Comprehensive documentation for installing and using the rules, including generated API docs: https://bazelbuild.github.io/rules_nodejs/