Skip to content
1 min read · 52 words

Variable: ENGINE_PEERS

ts
const ENGINE_PEERS: Record<string, readonly string[]>;

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

The optional peer dependencies each bundled engine subpath lazily imports at runtime. Keyed by the engine's subpath suffix (after engines/). An engine with no external peer (soffice, fs_workspace) is absent — there's nothing to install. Kept in lockstep with the engines' actual import(...) calls by engine_peers_drift.node.spec.ts.