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 d6ed5a7 commit 6b11f65Copy full SHA for 6b11f65
src/NodeParser/FunctionNodeParser.ts
@@ -18,7 +18,7 @@ export class FunctionNodeParser implements SubNodeParser {
18
public supportsNode(node: ts.TypeNode): boolean {
19
return (
20
node.kind === ts.SyntaxKind.FunctionType ||
21
- //@ts-expect-error internals type bug
+ // @ts-expect-error internals type bug
22
node.kind === ts.SyntaxKind.FunctionExpression ||
23
//@ts-expect-error internals type bug
24
node.kind === ts.SyntaxKind.ArrowFunction ||
0 commit comments