test(tooling): type plugin inventory extras

This commit is contained in:
Peter Steinberger
2026-05-13 12:46:20 +01:00
parent d0be282d45
commit 695f694b70

View File

@@ -28,7 +28,8 @@ const PLUGIN_DOC_ALIASES = new Map([
["tavily", "/tools/tavily"],
["tokenjuice", "/tools/tokenjuice"],
]);
const PLUGIN_REFERENCE_EXTRA_SECTIONS = new Map([]);
/** @type {Map<string, string>} */
const PLUGIN_REFERENCE_EXTRA_SECTIONS = new Map();
function readJson(relativePath) {
return JSON.parse(fs.readFileSync(path.join(ROOT, relativePath), "utf8"));