We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956dcf9 commit 9213a4eCopy full SHA for 9213a4e
src/build/patches.ts
@@ -66,7 +66,7 @@ function handleTyped(type: Node): Typed {
66
function handleAdditionalTypes(node: Node) {
67
for (const child of node.children) {
68
if (child.name === "additionalTypes") {
69
- const additionalTypes = child.values.map((v) => string(v));
+ const additionalTypes = child.values.map(string);
70
return { additionalTypes };
71
}
72
0 commit comments