chore: add TypeScript dead-code checks

This commit is contained in:
Andrey Avtomonov 2026-05-13 13:04:30 +02:00
parent 46b013e32a
commit ef3ac8ee91
25 changed files with 818 additions and 252 deletions

View file

@ -27,8 +27,6 @@ import {
writeArtifactManifest,
} from './package-artifacts.mjs';
const STALE_METABASE_UNSUPPORTED = ['Standalone Metabase scheduled fetch', 'is intentionally unsupported'].join(' ');
async function writeJson(path, value) {
await writeFile(path, `${JSON.stringify(value, null, 2)}\n`);
}