/** * Regression: `dispatchGraphResult` must waive `@graph-ignore` directives * against the BUILD ROOT the signals are relative to (`suppressionRoot`), NOT * `opts.cwd`. * * The two coincide for a bare `graph` run, but diverge for `graph ` and * for every `--workspace` child (which runs `graph --json` with cwd * inherited from the parent = repo root). The old code resolved directive files * against `opts.cwd`, so a child's package-relative `code.file` never found its * directive on disk (ENOENT) and the waiver silently leaked — reproducing the * cycle/large-function warnings that the single-program run correctly suppresses. * * These tests drive the public `dispatchGraphResult` seam with `opts.cwd` set to * a directory that does NOT contain the directive, and `suppressionRoot` set to * the temp dir that does. The signal must be suppressed via `suppressionRoot`. */ export {}; //# sourceMappingURL=dispatch-suppression-root.test.d.ts.map