(synthId)
| 152056 | return { kind: 1 /* SynthBindingNameKind.BindingPattern */, bindingPattern: bindingPattern, elements: elements, types: types }; |
| 152057 | } |
| 152058 | function referenceSynthIdentifier(synthId) { |
| 152059 | synthId.hasBeenReferenced = true; |
| 152060 | return synthId.identifier; |
| 152061 | } |
| 152062 | function declareSynthBindingName(synthName) { |
| 152063 | return isSynthIdentifier(synthName) ? declareSynthIdentifier(synthName) : declareSynthBindingPattern(synthName); |
| 152064 | } |
no outgoing calls
no test coverage detected