(obj, propertyName)
| 154880 | } |
| 154881 | } |
| 154882 | function initializePropertyToUndefined(obj, propertyName) { |
| 154883 | return ts.factory.createExpressionStatement(ts.factory.createAssignment(ts.factory.createPropertyAccessExpression(obj, propertyName), createUndefined())); |
| 154884 | } |
| 154885 | function createActionsForAddMissingMemberInTypeScriptFile(context, _a) { |
| 154886 | var parentDeclaration = _a.parentDeclaration, declSourceFile = _a.declSourceFile, modifierFlags = _a.modifierFlags, token = _a.token; |
| 154887 | var memberName = token.text; |
no test coverage detected