Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tree: Import / Export APIs and demo #22566
base: main
Are you sure you want to change the base?
tree: Import / Export APIs and demo #22566
Changes from 65 commits
0598d7d
54f9fed
7ade94e
b36056e
cceedc2
12f2759
8cd73f3
d13b7c2
3ed5997
2e5b975
e9b564c
8cd32d5
f81f235
48442d8
b0abad8
b19530f
6b9d4b9
2ff695c
9bd4ae6
8677813
20443bf
f580a20
543a7f2
7444e75
f1406ed
694e069
dac50a2
6ed4f21
a962ad1
2365179
6835eca
f8f38ca
97269ce
c138bc4
bd7967d
aa27b6f
7cfe303
2ccfe08
2d0f5be
93ad540
84f4c49
81e9bf2
7ec74bf
2bd4a64
1c32900
e1143b6
dcd7518
e003bf4
d1ad609
75cbe08
413e8e9
03776f8
0a60814
69bdd80
ad73be4
042899d
dc2f7ec
35600cf
38a6def
fedf8fc
9bda518
cb52936
f81ca74
8b3811b
ce7e8fd
ed4b592
220cde3
54e84f2
eec7c6b
6c4beee
53c2476
1733104
32156bd
2252bb4
5239016
6cb39ff
ad9edc0
db3fee2
2f4ec4f
59862d1
6240458
d60e40e
a46aebb
eeb4a5c
a41018f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the verbose version supposed to not have any fields?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the default tree does not have any children under this node, so yes. I have however changed the default tree to be a bit bigger so its a better example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the example for edit is a bit confusing to me, maybe expand on its expected format or how this particular example affects the document?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be better now.