Add constant for API_COMPATIBILITY_FILE

This commit is contained in:
Michael B. Gale
2026-05-19 12:34:53 +01:00
parent 04d4fd51e9
commit 952a538c24
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -21,3 +21,9 @@ export const BUILTIN_LANGUAGES_FILE = path.join(
"languages",
"builtin.json",
);
/** Path to the api-compatibility.json file. */
export const API_COMPATIBILITY_FILE = path.join(
SOURCE_ROOT,
"api-compatibility.json",
);
+2
View File
@@ -6,6 +6,8 @@
* an `enterprise-releases` checkout.
*/
import { API_COMPATIBILITY_FILE } from "./config";
function main() {}
// Only call `main` if this script was run directly.