/** * Phase 5 — FTS5 keyword index (ADR-125) * * Verifies the FTS5 wiring on the two SQL backends: * - SqlJsBackend (sql.js — WASM, ships FTS5 since 1.10) * - SQLiteBackend (better-sqlite3 — bundles FTS5 since 11.x) * * The SQLiteBackend test is conditional: better-sqlite3 is an optional * dependency. If it isn't installable in the current env, that test is * skipped. */ export {}; //# sourceMappingURL=fts5.test.d.ts.map