(identifier, types)
| 152047 | return ts.every(bindingName.elements, isEmptyBindingName); |
| 152048 | } |
| 152049 | function createSynthIdentifier(identifier, types) { |
| 152050 | if (types === void 0) { types = []; } |
| 152051 | return { kind: 0 /* SynthBindingNameKind.Identifier */, identifier: identifier, types: types, hasBeenDeclared: false, hasBeenReferenced: false }; |
| 152052 | } |
| 152053 | function createSynthBindingPattern(bindingPattern, elements, types) { |
| 152054 | if (elements === void 0) { elements = ts.emptyArray; } |
| 152055 | if (types === void 0) { types = []; } |
no outgoing calls
no test coverage detected