---
url: 'https://adk.nht.io/api/batteries/media/lint/variables/BUNDLED_SUMMARIES.md'
description: >-
  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.
---

# Variable: BUNDLED\_SUMMARIES

```ts
const BUNDLED_SUMMARIES: Record<string, EngineSummary>;
```

Defined in: [src/batteries/media/lint.ts:150](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/media/lint.ts#L150)

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.
