Skip to content

Commit 9a500cf

Browse files
committed
fixup! feat(web): add web generator
1 parent e771607 commit 9a500cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/jsx-ast/utils/buildContent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const transformHeadingNode = (entry, node, index, parent) => {
174174
if (TYPES_WITH_METHOD_SIGNATURES.includes(node.data.type)) {
175175
parent.children.splice(
176176
index + (sourceLink ? 2 : 1),
177-
0,
177+
1,
178178
...createSignatureElements(entry)
179179
);
180180
}

0 commit comments

Comments
 (0)