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 8588188 commit 19a7eebCopy full SHA for 19a7eeb
src/build/patches.ts
@@ -163,7 +163,7 @@ function handleMixinandInterfaces(
163
const methodName = string(child.values[0]);
164
const m = handleMethod(child);
165
if (method[methodName]) {
166
- method[methodName]!.signature!.push(m.signature![0]);
+ method[methodName].signature!.push(m.signature![0]);
167
break;
168
}
169
method[methodName] = m;
0 commit comments