mongo/modules_poc/no_longer_public.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
197 B
Plaintext

include "util" {search: "./"};
map(. as $decl | select((.visibility | test("^(use|needs)_replacement")) and
(any(.used_from[]; is_submodule($decl) | not) | not))) |
group_by_visibility_parent