Skip to content

Commit da05bb3

Browse files
Maksim Sadymjgraham
authored andcommitted
Emit children if it wasn't collected.
Align node's `children` with `value`, where emitted field means didn't try to get the value.
1 parent 6a3b650 commit da05bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@ an |ownership type|, a |serialization internal map|, a |realm| and a |session|:
20822082

20832083
1. Append |serialized| to |children|.
20842084

2085-
1. Set |serialized|["<code>children</code>"] to |children|.
2085+
1. If |children| is not null, set |serialized|["<code>children</code>"] to |children|.
20862086

20872087
1. If |value| is an [=/Element=]:
20882088

0 commit comments

Comments
 (0)