-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tree: Refactor tree node kernel (#22369)
## Description Refactor TreeNodeKernel. Makes its events in terms of the internal anchor node events instead of the public API surface, allowing for the public API surface to be tweaked in node kind specific ways. Track the disposed state more clearly. Move generation number logic from array nodes to node kernel where other kinds could use it (ex: to error when iterating map keys if the map was modified) and implementation is simpler. Changes split out from #22229 for separate review.
- Loading branch information
1 parent
9fa5ae0
commit 6468aea
Showing
3 changed files
with
111 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters