feat: canonical enumeration mode for export — storage-walked, canon-complete, with an index-drift report
This commit is contained in:
parent
999d0ebbcf
commit
4d196af41b
6 changed files with 543 additions and 20 deletions
|
|
@ -185,6 +185,7 @@ export type {
|
|||
PortableGraphRelation,
|
||||
ExportSelector,
|
||||
ExportOptions,
|
||||
ExportIndexDrift,
|
||||
ImportOptions,
|
||||
ImportResult,
|
||||
PortableGraphValidation
|
||||
|
|
@ -194,7 +195,8 @@ export {
|
|||
SpeculativeOverlayError,
|
||||
GenerationCompactedError,
|
||||
StoreInconsistentError,
|
||||
PendingFlushDurabilityError
|
||||
PendingFlushDurabilityError,
|
||||
CanonicalEnumerationUnavailableError
|
||||
} from './db/errors.js'
|
||||
export type { UnreconciledRecord } from './db/errors.js'
|
||||
export type {
|
||||
|
|
|
|||
Reference in a new issue