SSTable.calculateChecksum() used require('crypto') which breaks in ESM
environments and Bun. Replace with top-level import { createHash } from
'node:crypto' — SSTable is Node-only (LSM-tree filesystem storage) so
a direct node:crypto import is appropriate.
|
||
|---|---|---|
| .. | ||
| lsm | ||
| graphAdjacencyIndex.ts | ||
| pathfinding.ts | ||