(parameters, type)
| 25625 | } |
| 25626 | // @api |
| 25627 | function createJSDocFunctionType(parameters, type) { |
| 25628 | var node = createBaseSignatureDeclaration(317 /* SyntaxKind.JSDocFunctionType */, |
| 25629 | /*decorators*/ undefined, |
| 25630 | /*modifiers*/ undefined, |
| 25631 | /*name*/ undefined, |
| 25632 | /*typeParameters*/ undefined, parameters, type); |
| 25633 | return node; |
| 25634 | } |
| 25635 | // @api |
| 25636 | function updateJSDocFunctionType(node, parameters, type) { |
| 25637 | return node.parameters !== parameters |
no test coverage detected
searching dependent graphs…