(group, options)
| 5662 | |
| 5663 | |
| 5664 | var buildCommon_wrapFragment = function wrapFragment(group, options) { |
| 5665 | if (group instanceof tree_DocumentFragment) { |
| 5666 | return buildCommon_makeSpan([], [group], options); |
| 5667 | } |
| 5668 | |
| 5669 | return group; |
| 5670 | }; // These are exact object types to catch typos in the names of the optional fields. |
| 5671 | |
| 5672 | |
| 5673 | // Computes the updated `children` list and the overall depth. |
nothing calls this directly
no test coverage detected