We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c0bc3 commit 0418c38Copy full SHA for 0418c38
jq/jq.bzl
@@ -21,9 +21,9 @@ jq(
21
22
Remove a field from `package.json`:
23
24
-> The output path `bazel-out/.../package.json` matches the path of the source file,
25
-> which means you must refer to the label `:no_dev_deps` to reference the output,
26
-> since Bazel doesn't provide a label for an output file that collides with an input file.
+> The output path `bazel-out/.../package.json` matches the path of the source file.
+> However Bazel doesn't provide a label for an output file that collides with an input file.
+> This means you must refer to the label of the target (`:no_dev_deps`) to reference the output json file.
27
28
```starlark
29
jq(
0 commit comments