We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6699c3 commit af654b4Copy full SHA for af654b4
src/encoder/StateView.ts
@@ -25,7 +25,6 @@ export class StateView {
25
* Manual "ADD" operations for changes per ChangeTree, specific to this view.
26
* (This is used to force encoding a property, even if it was not changed)
27
*/
28
- // TODO: use map here!? may fix encode ordering issue
29
changes = new Map<number, IndexedOperations>();
30
31
// TODO: allow to set multiple tags at once
0 commit comments