pull/15538/head
Rich Harris 4 months ago
parent 3afd814adc
commit 9106533053

@ -26,7 +26,7 @@ function stringify(node) {
}
str += `>`;
str += node.children.map(stringify);
str += node.children.map(stringify).join('');
if (!is_void(node.name)) {
str += `</${node.name}>`;

Loading…
Cancel
Save