bazel-lib/lib/tests/jq
Mike Lundy dfcffca8f5
jq: add data file and location expansion support (#757)
This teaches the jq rule about a `data` attribute and adds conditional
support to do bazel location expansion. The expansion is disabled by
default because it likely would cause compat concerns (since jq can take
arbitrary text as input args).
2024-02-26 17:43:56 -08:00
..
BUILD.bazel jq: add data file and location expansion support (#757) 2024-02-26 17:43:56 -08:00
a.json feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00
a_b_merged.json feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00
a_pretty.json feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00
b.json feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00
diff_test.bzl feat: add forked diff_test that handles comparing directories 2021-12-21 16:12:05 -08:00
merge_filter.txt feat: load jq filter from file 2021-12-20 13:21:26 -08:00
null.json feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00
raw.txt fix: support non-json input files in jq 2022-06-17 10:27:18 -07:00
raw_expected.json fix: support non-json input files in jq 2022-06-17 10:27:18 -07:00