(decorators, modifiers, parameters, type)
| 23484 | } |
| 23485 | // @api |
| 23486 | function createIndexSignature(decorators, modifiers, parameters, type) { |
| 23487 | var node = createBaseSignatureDeclaration(176 /* SyntaxKind.IndexSignature */, decorators, modifiers, |
| 23488 | /*name*/ undefined, |
| 23489 | /*typeParameters*/ undefined, parameters, type); |
| 23490 | node.transformFlags = 1 /* TransformFlags.ContainsTypeScript */; |
| 23491 | return node; |
| 23492 | } |
| 23493 | // @api |
| 23494 | function updateIndexSignature(node, decorators, modifiers, parameters, type) { |
| 23495 | return node.parameters !== parameters |
no test coverage detected
searching dependent graphs…