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 8100f43 commit e804590Copy full SHA for e804590
src/NodeParser/FunctionNodeParser.ts
@@ -20,9 +20,9 @@ export class FunctionNodeParser implements SubNodeParser {
20
node.kind === ts.SyntaxKind.FunctionType ||
21
// @ts-expect-error internals type bug
22
node.kind === ts.SyntaxKind.FunctionExpression ||
23
- //@ts-expect-error internals type bug
+ // @ts-expect-error internals type bug
24
node.kind === ts.SyntaxKind.ArrowFunction ||
25
26
node.kind === ts.SyntaxKind.FunctionDeclaration
27
);
28
}
0 commit comments