docs: document root guard scripts

This commit is contained in:
Peter Steinberger
2026-06-04 23:30:59 -04:00
parent 74f3baebb7
commit 978fdd7d2a
10 changed files with 121 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env node
// Scans source files for usage of deprecated API markers.
import fs from "node:fs";
import path from "node:path";
import { collectDeprecatedInternalConfigApiViolations } from "./lib/deprecated-config-api-guard.mjs";