(elem)
| 108430 | } |
| 108431 | } |
| 108432 | function visitBindingElement(elem) { |
| 108433 | if (elem.kind === 227 /* SyntaxKind.OmittedExpression */) { |
| 108434 | return elem; |
| 108435 | } |
| 108436 | return factory.updateBindingElement(elem, elem.dotDotDotToken, elem.propertyName, filterBindingPatternInitializers(elem.name), shouldPrintWithInitializer(elem) ? elem.initializer : undefined); |
| 108437 | } |
| 108438 | } |
| 108439 | function ensureParameter(p, modifierMask, type) { |
| 108440 | var oldDiag; |
nothing calls this directly
no test coverage detected