add missing exports for y-prosemirror

This commit is contained in:
Kevin Jahns
2025-05-01 15:46:28 +02:00
parent 397f24bc7d
commit 2aba7bf0fd

View File

@@ -113,7 +113,9 @@ export {
createIdMapFromIdSet, createIdMapFromIdSet,
TwosetAttributionManager, TwosetAttributionManager,
noAttributionsManager, noAttributionsManager,
createAttributionManagerFromDiff iterateStructsByIdSet,
createAttributionManagerFromDiff,
createIdSet
} from './internals.js' } from './internals.js'
const glo = /** @type {any} */ (typeof globalThis !== 'undefined' const glo = /** @type {any} */ (typeof globalThis !== 'undefined'