/* * * FileListPrinter (file-list-printer.js) * Author: nmatpt * */ (function() { var printerUtils = require('./printer-utils.js').PrinterUtils; function FileListPrinter() { } FileListPrinter.prototype.generateFileList = function(diffFiles) { return '
| \n' + ' +' + file.addedLines + '\n' + ' | \n' + '\n' + ' -' + file.deletedLines + '\n' + ' | \n' + '\n' + ' ' + ' ' + printerUtils.getDiffName(file) + ' \n' + ' | \n' + '