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 b1f05bb commit bff3d2bCopy full SHA for bff3d2b
src/build/patches.ts
@@ -169,7 +169,7 @@ function handleMixinAndInterfaces(
169
const event: Event[] = [];
170
const property: Record<string, Partial<Property>> = {};
171
let method: Record<string, DeepPartial<OverridableMethod>> = {};
172
- let typeParameters = {}
+ let typeParameters = {};
173
174
for (const child of node.children) {
175
switch (child.name) {
0 commit comments