@git-temporal/git-temporal-react
Version:
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
80 lines (79 loc) • 2.72 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const ActionTypes_1 = require("app/actions/ActionTypes");
const fiveCommits_1 = __importDefault(require("./fiveCommits"));
const tenCommits_1 = __importDefault(require("./tenCommits"));
const filesAndStats = {
isFileSelected: false,
openSidePanelGroup: ActionTypes_1.CollapsibleSidePanelGroups.AUTHORS,
filesContainerSort: ActionTypes_1.FilesContainerSorts.TIME,
files: [
{
fileName: 'docs/js/react.js',
authorNames: [
'Daniel Lo Nigro',
'Dan Abramov',
'Linus Unnebäck',
'tomocchino',
'Paul O’Shannessy',
'Scott Feeney',
'Ben Alpert',
'Jim',
'Marjan',
],
commits: tenCommits_1.default,
linesAdded: 41962,
linesDeleted: 41962,
firstCommitOn: 1427579814,
lastCommitOn: 1493211770,
},
{
fileName: 'fixtures/attribute-behavior/public/react-dom.development.js',
authorNames: ['Andrew Clark'],
commits: fiveCommits_1.default,
linesAdded: 22296,
linesDeleted: 22296,
firstCommitOn: 1503701077,
lastCommitOn: 1503706651,
},
{
fileName: 'fixtures/dom/public/react-dom.js',
authorNames: ['Brandon Dail', 'Nathan Hunzaker'],
commits: tenCommits_1.default,
linesAdded: 18938,
linesDeleted: 18938,
firstCommitOn: 1482155031,
lastCommitOn: 1483741679,
},
{
fileName: 'docs/js/react-dom.js',
authorNames: [
'Daniel Lo Nigro',
'tomocchino',
'Paul O’Shannessy',
'Scott Feeney',
'Nate Lee',
'Ben Alpert',
'Jim',
],
commits: tenCommits_1.default,
linesAdded: 18265,
linesDeleted: 18265,
firstCommitOn: 1444082554,
lastCommitOn: 1493211770,
},
{
fileName: 'docs/js/JSXTransformer.js',
authorNames: ['Vipul A M', 'Paul O’Shannessy', 'Ben Alpert'],
commits: fiveCommits_1.default,
linesAdded: 15939,
linesDeleted: 15939,
firstCommitOn: 1427579814,
lastCommitOn: 1434369377,
},
],
};
exports.default = filesAndStats;