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 abe52d7 commit 588890fCopy full SHA for 588890f
src/build/patches.ts
@@ -288,7 +288,7 @@ function handleMethod(child: Node): DeepPartial<Method> {
288
}),
289
};
290
291
- let signature: Method['signature'];
+ let signature: Method["signature"];
292
const signatureIndex = child.properties?.signatureIndex;
293
if (typeof signatureIndex == "number") {
294
signature = { [signatureIndex]: signatureObj };
0 commit comments