observeDeep receives array of events

This commit is contained in:
Kevin Jahns
2017-11-07 22:44:43 -08:00
parent c453593ee7
commit e5f289506f
6 changed files with 126 additions and 91 deletions

View File

@@ -9,6 +9,7 @@ export default class Transaction {
this.changedTypes = new Map()
this.deletedStructs = new Set()
this.beforeState = new Map()
this.changedParentTypes = new Map()
}
}