Skip to content
1 min read · 51 words

Variable: BUNDLED_SUMMARIES

ts
const BUNDLED_SUMMARIES: Record<string, EngineSummary>;

Defined in: src/batteries/media/lint.ts:150

Known declarations of the bundled engine factories, for shadow analysis. An ESLint rule cannot execute the factories it lints, so this table mirrors their declarations by hand — and is pinned against the live factories by a drift test (lint_drift.node.spec.ts). Exported for that test only.