Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aspect-build/rules_js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c6f580132546a87b8fb4f024b07fa9fd9903764
Choose a base ref
..
head repository: aspect-build/rules_js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 95c6fb2a2441fab12352060dd98a698e4d5c195b
Choose a head ref
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ diff_test(
)

# Example of manually linking a first-party dependency. Its transitive npm dependencies
# are picked up automatically via 'npm_package_store_deps' in the js_library targets that
# are picked up automatically via 'npm_package_store_infos' in the js_library targets that
# the `npm_package` target depends on.
npm_link_package(
name = "node_modules/@mycorp/pkg-b",
4 changes: 2 additions & 2 deletions docs/js_library.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/npm_package.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion e2e/gyp_no_install_script/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@ write_source_files(
write_source_files(
name = "write_npm_translate_lock_bzlmod",
files = {
"snapshots/bzlmod/repositories.bzl": "@npm//:repositories.bzl",
"snapshots/bzlmod/segfault-handler_defs.bzl": "@npm__segfault-handler__1.3.0__links//:defs.bzl",
},
target_compatible_with = select({
Loading