mongo/modules_poc/other_team_use_replacement.jq
Ronald Steinke 88c79d8e82 SERVER-103729 Data generators for NEEDS_REPLACEMENT and USE_REPLACEMENT warnings (#35951)
GitOrigin-RevId: c8be2a83078ab368fff0dd4a12777b950f4377e1
2025-05-22 16:45:06 +00:00

6 lines
213 B
Plaintext

include "util" {search: "./"};
map(. as $decl | select((.visibility | test("^use_replacement")) and
any(.used_from[]; (is_submodule($decl) | not) and .mod != "__NONE__"))) |
group_by_visibility_parent_non_ns