(prevArgName)
| 151636 | return false; |
| 151637 | } |
| 151638 | function createUniqueSynthName(prevArgName) { |
| 151639 | var renamedPrevArg = ts.factory.createUniqueName(prevArgName.identifier.text, 16 /* GeneratedIdentifierFlags.Optimistic */); |
| 151640 | return createSynthIdentifier(renamedPrevArg); |
| 151641 | } |
| 151642 | function getPossibleNameForVarDecl(node, transformer, continuationArgName) { |
| 151643 | var possibleNameForVarDecl; |
| 151644 | // If there is another call in the chain after the .catch() or .finally() we are transforming, we will need to save the result of both paths |
no test coverage detected