restructer and move to esdoc

This commit is contained in:
Kevin Jahns
2018-03-06 03:17:36 +01:00
parent a9b610479d
commit bbc207aaa6
48 changed files with 223 additions and 227 deletions

View File

@@ -1,5 +1,5 @@
import Tree from '../Util/Tree.js'
import ID from '../Util/ID.js'
import ID from '../Util/ID/ID.js.js'
class DSNode {
constructor (id, len, gc) {

View File

@@ -1,5 +1,5 @@
import Tree from '../Util/Tree.js'
import RootID from '../Util/RootID.js'
import RootID from '../Util/ID/RootID.js.js'
import { getStruct } from '../Util/structReferences.js'
import { logID } from '../MessageHandler/messageToString.js'

View File

@@ -1,4 +1,4 @@
import ID from '../Util/ID.js'
import ID from '../Util/ID/ID.js.js'
export default class StateStore {
constructor (y) {