fixed YMap

This commit is contained in:
Kevin Jahns
2019-03-29 13:49:13 +01:00
parent ff981a8697
commit c188f813a4
13 changed files with 32 additions and 184 deletions

View File

@@ -2,7 +2,6 @@
export { Y } from './utils/Y.js'
export { UndoManager } from './utils/UndoManager.js'
export { Transaction } from './utils/Transaction.js'
export { Delete } from './Delete.js'
export { ItemJSON } from './structs/ItemJSON.js'
export { ItemString } from './structs/ItemString.js'
export { ItemFormat } from './structs/ItemFormat.js'
@@ -20,7 +19,5 @@ export { YXmlElement as XmlElement, YXmlFragment as XmlFragment } from './types/
export { getRelativePosition, fromRelativePosition, equal as equalRelativePosition } from './utils/relativePosition.js'
export { ID, createID } from './utils/ID.js'
export { DeleteStore, DSNode } from './utils/DeleteSet.js/index.js'
export { deleteItemRange } from './utils/structManipulation.js'
export { integrateRemoteStructs } from './utils/integrateRemoteStructs.js'
export { isParentOf } from './utils/isParentOf.js'