forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename MapTreeNode to UnhydratedFlexTreeNode (microsoft#22623)
## Description To avoid confusion with MapNodes, and MapTrees, MapTreeNodes, which are the unhydrated implementation of the FlexTreeNode interface, have been renamed to UnhydratedFlexTreeNode. Additionally, the implementation has been moved simple-tree/core where it can now hold onto an UnhydratedContext (from simple-tree), filling the last gap (when lazilly allocating TreeNodes for children of unhydrated nodes) where there was no easy way to get the simple-tree schema when required without depending on the flex-tree schema.
- Loading branch information
1 parent
8077539
commit a255817
Showing
18 changed files
with
204 additions
and
299 deletions.
There are no files selected for viewing
14 changes: 0 additions & 14 deletions
14
packages/dds/tree/src/feature-libraries/flex-map-tree/index.ts
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.