refactor and remove dependency circles

This commit is contained in:
Kevin Jahns
2019-03-13 00:04:19 +01:00
parent 4c1798e5fa
commit 585265e9a5
20 changed files with 111 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
import { Type } from '../structs/Type.js'
import { ItemJSON } from '../structs/ItemJSON.js'
import { ItemString } from '../structs/ItemString.js'
import * as stringify from 'y-protocols/utils/structStringify.js'
import * as stringify from '../utils/structStringify.js'
import { YEvent } from '../utils/YEvent.js'
import { Transaction } from '../utils/Transaction.js' // eslint-disable-line
import { Item } from '../structs/Item.js' // eslint-disable-line