import from internals

This commit is contained in:
Kevin Jahns 2021-09-25 11:53:16 +02:00
parent 0ec67170d3
commit 28a9ce962d

View File

@ -26,13 +26,13 @@ import {
typeMapGet, typeMapGet,
typeMapGetAll, typeMapGetAll,
updateMarkerChanges, updateMarkerChanges,
ContentType,
ArraySearchMarker, UpdateDecoderV1, UpdateDecoderV2, UpdateEncoderV1, UpdateEncoderV2, ID, Doc, Item, Snapshot, Transaction // eslint-disable-line ArraySearchMarker, UpdateDecoderV1, UpdateDecoderV2, UpdateEncoderV1, UpdateEncoderV2, ID, Doc, Item, Snapshot, Transaction // eslint-disable-line
} from '../internals.js' } from '../internals.js'
import * as object from 'lib0/object' import * as object from 'lib0/object'
import * as map from 'lib0/map' import * as map from 'lib0/map'
import * as error from 'lib0/error' import * as error from 'lib0/error'
import { ContentType } from 'yjs'
/** /**
* @param {any} a * @param {any} a