In Modify nodes, the documentation states
Note, since extraMap support relies on object identities and this creates entirely new objects in the immutable tree, the extra map becomes invalid on this step. This is not solved in the library yet, but could be done fairly easily.
Since my use case relies on mutating the tree and keeping the comments, I need this functionality. How can this be done?
In
Modify nodes, the documentation statesSince my use case relies on mutating the tree and keeping the comments, I need this functionality. How can this be done?