/** * Coverage for `applyGraphSuppressions` (ADR-0014) — graph's binding of the * shared core suppression primitive to `@graph-ignore` directives. * * Unlike the core primitive's test (which uses an in-memory readFile), * `applyGraphSuppressions` reads files from disk via * `fs.readFile(resolve(projectRoot, file))`. So these tests write real source * fixtures into an `os.tmpdir()`-based directory and point `projectRoot` at it. * Signals are built with the same `createSignal` the production rules use. */ export {}; //# sourceMappingURL=apply-suppressions.test.d.ts.map