addons/dexie-cloud/src/sync/BLOB_TODO.md
blobRefAwareTypeDefs from TSON.tsDEXIE_CLOUD_DEBUG env var / __DEBUG__ rollup guards (nice-to-have)$unresolved to $hasBlobRefs as it is more explanatory$t → _bt and $hasBlobRefs → _hasBlobRefs (done 2026-03-09)BlobRef.ts from dexie-cloud-common/src/tson/types/ to dexie-cloud-common/src/blob/ — it has nothing to do with TSONisBlobRef into one place in dexie-cloud-common/src/blob/ — currently duplicated in client (blobResolve.ts), server (BlobRefManager.ts, getObjectDiff.ts, expandBlobRefsForExport.ts, validateImportData.ts) and E2E testsBlobRefContext/createBlobRefContext in dexie-cloud-common — currently unused by server code, verify if still needed or can be removedTSONRef class in dexie-cloud-common — is it still used anywhere now that TSON doesn't revive BlobRefs? If not, remove.