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 faf8f06 commit 018b9edCopy full SHA for 018b9ed
scripts/build/create-overloads.ts
@@ -178,7 +178,7 @@ function keepPublicFunctionsTransformer(
178
overloads.push(
179
factory.updateFunctionDeclaration(
180
node,
181
- (ts.canHaveDecorators(node) ? ts.getDecorators(node) : []),
+ ts.canHaveDecorators(node) ? ts.getDecorators(node) : [],
182
node.asteriskToken,
183
node.name,
184
node.typeParameters,
0 commit comments