(expression)
| 91063 | } |
| 91064 | return context.factory.inlineExpressions(expressions) || context.factory.createOmittedExpression(); |
| 91065 | function emitExpression(expression) { |
| 91066 | expressions = ts.append(expressions, expression); |
| 91067 | } |
| 91068 | function emitBindingOrAssignment(target, value, location, original) { |
| 91069 | ts.Debug.assertNode(target, createAssignmentCallback ? ts.isIdentifier : ts.isExpression); |
| 91070 | var expression = createAssignmentCallback |
no test coverage detected
searching dependent graphs…