From fa329066e43be3a9db034c4d56cc7b37c9c83fc4 Mon Sep 17 00:00:00 2001 From: Zac Ioannidis Date: Tue, 8 Dec 2020 12:51:22 +0000 Subject: [PATCH] This is working, apart from ingesting configuration files when building --- .eslintcache | 2 +- config/env.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintcache b/.eslintcache index a71de16..f018aaa 100644 --- a/.eslintcache +++ b/.eslintcache @@ -1 +1 @@ -[{"/Users/zac/Developer/Forensic Architecture/timemap/src/index.jsx":"1","/Users/zac/Developer/Forensic Architecture/timemap/src/components/App.jsx":"2","/Users/zac/Developer/Forensic Architecture/timemap/src/store/index.js":"3","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Layout.js":"4","/Users/zac/Developer/Forensic Architecture/timemap/src/components/CardStack.jsx":"5","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Map.jsx":"6","/Users/zac/Developer/Forensic Architecture/timemap/src/components/StateOptions.jsx":"7","/Users/zac/Developer/Forensic Architecture/timemap/src/components/InfoPopup.jsx":"8","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Notification.jsx":"9","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Timeline.jsx":"10","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Search.jsx":"11","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Narrative/Controls.js":"12","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/index.js":"13","/Users/zac/Developer/Forensic Architecture/timemap/src/components/TemplateCover.js":"14","/Users/zac/Developer/Forensic Architecture/timemap/src/components/StaticPage.js":"15","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Popup.js":"16","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Overlay/Media.js":"17","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Overlay/Loading.js":"18","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Toolbar/Layout.js":"19","/Users/zac/Developer/Forensic Architecture/timemap/src/common/global.js":"20","/Users/zac/Developer/Forensic Architecture/timemap/src/common/utilities.js":"21","/Users/zac/Developer/Forensic Architecture/timemap/src/components/TimelineAxis.jsx":"22","/Users/zac/Developer/Forensic Architecture/timemap/src/components/TimelineCategories.jsx":"23","/Users/zac/Developer/Forensic Architecture/timemap/src/components/SearchRow.jsx":"24","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/Shapes.jsx":"25","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/Clusters.jsx":"26","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/Sites.jsx":"27","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/DefsMarkers.jsx":"28","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/SelectedEvents.jsx":"29","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/Events.jsx":"30","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/ZoomControls.js":"31","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Events.js":"32","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Markers.js":"33","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Handles.js":"34","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/domain.js":"35","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/app.js":"36","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/features.js":"37","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/ui.js":"38","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Clip.js":"39","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Header.js":"40","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/Narratives.js":"41","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Narrative/Adjust.js":"42","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Narrative/Close.js":"43","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Narrative/Card.js":"44","/Users/zac/Developer/Forensic Architecture/timemap/src/selectors/index.js":"45","/Users/zac/Developer/Forensic Architecture/timemap/src/actions/index.js":"46","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/ColoredMarkers.jsx":"47","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Overlay/Controls.js":"48","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Overlay/Content.js":"49","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Toolbar/FilterListPanel.js":"50","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Toolbar/CategoriesListPanel.js":"51","/Users/zac/Developer/Forensic Architecture/timemap/src/store/initial.js":"52","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Toolbar/BottomActions.js":"53","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/validators.js":"54","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Project.js":"55","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/DatetimeStar.js":"56","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/DatetimeBar.js":"57","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/DatetimeSquare.js":"58","/Users/zac/Developer/Forensic Architecture/timemap/src/common/constants.js":"59","/Users/zac/Developer/Forensic Architecture/timemap/src/selectors/helpers.js":"60","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Spinner.js":"61","/Users/zac/Developer/Forensic Architecture/timemap/src/components/Overlay/Md.js":"62","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/NoSource.js":"63","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Checkbox.js":"64","/Users/zac/Developer/Forensic Architecture/timemap/src/common/card.js":"65","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/eventSchema.js":"66","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/associationsSchema.js":"67","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/siteSchema.js":"68","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/shapeSchema.js":"69","/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/sourceSchema.js":"70","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Icons/Sites.js":"71","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Icons/Cover.js":"72","/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Icons/Info.js":"73"},{"size":1402,"mtime":1607368326591,"results":"74","hashOfConfig":"75"},{"size":196,"mtime":1607358484839,"results":"76","hashOfConfig":"75"},{"size":323,"mtime":1607358484871,"results":"77","hashOfConfig":"75"},{"size":13211,"mtime":1607358484842,"results":"78","hashOfConfig":"75"},{"size":4958,"mtime":1607369561522,"results":"79","hashOfConfig":"75"},{"size":15181,"mtime":1607358484842,"results":"80","hashOfConfig":"75"},{"size":629,"mtime":1607358484845,"results":"81","hashOfConfig":"75"},{"size":351,"mtime":1607358484841,"results":"82","hashOfConfig":"75"},{"size":1691,"mtime":1607358484843,"results":"83","hashOfConfig":"75"},{"size":14399,"mtime":1607358484846,"results":"84","hashOfConfig":"75"},{"size":2152,"mtime":1607358484845,"results":"85","hashOfConfig":"75"},{"size":780,"mtime":1607358484857,"results":"86","hashOfConfig":"75"},{"size":234,"mtime":1607358484861,"results":"87","hashOfConfig":"75"},{"size":7243,"mtime":1607358484846,"results":"88","hashOfConfig":"75"},{"size":184,"mtime":1607358484845,"results":"89","hashOfConfig":"75"},{"size":716,"mtime":1607358484857,"results":"90","hashOfConfig":"75"},{"size":4090,"mtime":1607358484843,"results":"91","hashOfConfig":"75"},{"size":589,"mtime":1607358484843,"results":"92","hashOfConfig":"75"},{"size":8383,"mtime":1607358484849,"results":"93","hashOfConfig":"75"},{"size":260,"mtime":1607358484838,"results":"94","hashOfConfig":"75"},{"size":12622,"mtime":1607368454582,"results":"95","hashOfConfig":"75"},{"size":2022,"mtime":1607358484847,"results":"96","hashOfConfig":"75"},{"size":2086,"mtime":1607358484847,"results":"97","hashOfConfig":"75"},{"size":1602,"mtime":1607358484845,"results":"98","hashOfConfig":"75"},{"size":1031,"mtime":1607358484856,"results":"99","hashOfConfig":"75"},{"size":3796,"mtime":1607368294386,"results":"100","hashOfConfig":"75"},{"size":571,"mtime":1607358484856,"results":"101","hashOfConfig":"75"},{"size":498,"mtime":1607358484854,"results":"102","hashOfConfig":"75"},{"size":1142,"mtime":1607358484856,"results":"103","hashOfConfig":"75"},{"size":5058,"mtime":1607358484855,"results":"104","hashOfConfig":"75"},{"size":1215,"mtime":1607358484860,"results":"105","hashOfConfig":"75"},{"size":4685,"mtime":1607358484858,"results":"106","hashOfConfig":"75"},{"size":2479,"mtime":1607358484859,"results":"107","hashOfConfig":"75"},{"size":941,"mtime":1607358484859,"results":"108","hashOfConfig":"75"},{"size":807,"mtime":1607358484861,"results":"109","hashOfConfig":"75"},{"size":8439,"mtime":1607358484860,"results":"110","hashOfConfig":"75"},{"size":154,"mtime":1607358484861,"results":"111","hashOfConfig":"75"},{"size":155,"mtime":1607358484861,"results":"112","hashOfConfig":"75"},{"size":286,"mtime":1607358484857,"results":"113","hashOfConfig":"75"},{"size":580,"mtime":1607358484859,"results":"114","hashOfConfig":"75"},{"size":5135,"mtime":1607358484855,"results":"115","hashOfConfig":"75"},{"size":366,"mtime":1607358484856,"results":"116","hashOfConfig":"75"},{"size":337,"mtime":1607358484856,"results":"117","hashOfConfig":"75"},{"size":1030,"mtime":1607358484856,"results":"118","hashOfConfig":"75"},{"size":9525,"mtime":1607358484871,"results":"119","hashOfConfig":"75"},{"size":8485,"mtime":1607358484836,"results":"120","hashOfConfig":"75"},{"size":1355,"mtime":1607358484854,"results":"121","hashOfConfig":"75"},{"size":793,"mtime":1607358484843,"results":"122","hashOfConfig":"75"},{"size":2326,"mtime":1607358484843,"results":"123","hashOfConfig":"75"},{"size":2840,"mtime":1607358484848,"results":"124","hashOfConfig":"75"},{"size":1009,"mtime":1607358484848,"results":"125","hashOfConfig":"75"},{"size":4935,"mtime":1607358484872,"results":"126","hashOfConfig":"75"},{"size":948,"mtime":1607358484848,"results":"127","hashOfConfig":"75"},{"size":4608,"mtime":1607358484864,"results":"128","hashOfConfig":"75"},{"size":437,"mtime":1607358484860,"results":"129","hashOfConfig":"75"},{"size":377,"mtime":1607358484858,"results":"130","hashOfConfig":"75"},{"size":827,"mtime":1607358484857,"results":"131","hashOfConfig":"75"},{"size":333,"mtime":1607358484858,"results":"132","hashOfConfig":"75"},{"size":106,"mtime":1607358484837,"results":"133","hashOfConfig":"75"},{"size":649,"mtime":1607358484870,"results":"134","hashOfConfig":"75"},{"size":256,"mtime":1607358484857,"results":"135","hashOfConfig":"75"},{"size":1002,"mtime":1607358484843,"results":"136","hashOfConfig":"75"},{"size":398,"mtime":1607358484857,"results":"137","hashOfConfig":"75"},{"size":442,"mtime":1607358484851,"results":"138","hashOfConfig":"75"},{"size":804,"mtime":1607358484837,"results":"139","hashOfConfig":"75"},{"size":1240,"mtime":1607358484862,"results":"140","hashOfConfig":"75"},{"size":252,"mtime":1607358484861,"results":"141","hashOfConfig":"75"},{"size":315,"mtime":1607358484863,"results":"142","hashOfConfig":"75"},{"size":159,"mtime":1607358484862,"results":"143","hashOfConfig":"75"},{"size":498,"mtime":1607358484863,"results":"144","hashOfConfig":"75"},{"size":424,"mtime":1607358484852,"results":"145","hashOfConfig":"75"},{"size":417,"mtime":1607358484851,"results":"146","hashOfConfig":"75"},{"size":417,"mtime":1607358484851,"results":"147","hashOfConfig":"75"},{"filePath":"148","messages":"149","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"14xjl0v",{"filePath":"150","messages":"151","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"154","messages":"155","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"156","messages":"157","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"160","messages":"161","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"162","messages":"163","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"164","messages":"165","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"166","messages":"167","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"168","messages":"169","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"170","messages":"171","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"172","messages":"173","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"174","messages":"175","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"176","messages":"177","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"178","messages":"179","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"180","messages":"181","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"182","messages":"183","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"184","messages":"185","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"186","messages":"187","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"188","messages":"189","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"190","messages":"191","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"192","messages":"193","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"194","messages":"195","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"196","messages":"197","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"198","messages":"199","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"200","messages":"201","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"202","messages":"203","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"204","messages":"205","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"206","messages":"207","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"208","messages":"209","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"210","messages":"211","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"212","messages":"213","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"214","messages":"215","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"216","messages":"217","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"218","messages":"219","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"220","messages":"221","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"222","messages":"223","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"224","messages":"225","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"226","messages":"227","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"228","messages":"229","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"230","messages":"231","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"232","messages":"233","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"234","messages":"235","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"236","messages":"237","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"238","messages":"239","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"240","messages":"241","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"242","messages":"243","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"244","messages":"245","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"246","messages":"247","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"248","messages":"249","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"250","messages":"251","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"252","messages":"253","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"254","messages":"255","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"256","messages":"257","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"258","messages":"259","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"260","messages":"261","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"262","messages":"263","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"264","messages":"265","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"266","messages":"267","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"268","messages":"269","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"270","messages":"271","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"272","messages":"273","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"274","messages":"275","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"276","messages":"277","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"278","messages":"279","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"280","messages":"281","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"282","messages":"283","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"284","messages":"285","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"286","messages":"287","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"288","messages":"289","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"290","messages":"291","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"292","messages":"293","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/zac/Developer/Forensic Architecture/timemap/src/index.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/App.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/store/index.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Layout.js",["294","295"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/CardStack.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Map.jsx",["296"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/StateOptions.jsx",["297"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/InfoPopup.jsx",["298"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Notification.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Timeline.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Search.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Narrative/Controls.js",["299"],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/index.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/TemplateCover.js",["300","301"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/StaticPage.js",["302"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Popup.js",["303"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Overlay/Media.js",["304"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Overlay/Loading.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Toolbar/Layout.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/common/global.js",["305"],"/Users/zac/Developer/Forensic Architecture/timemap/src/common/utilities.js",["306"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/TimelineAxis.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/TimelineCategories.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/SearchRow.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/Shapes.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/Clusters.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/Sites.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/DefsMarkers.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/SelectedEvents.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/Events.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/ZoomControls.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Events.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Markers.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Handles.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/domain.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/app.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/features.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/ui.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Clip.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Header.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/Narratives.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Narrative/Adjust.js",["307"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Narrative/Close.js",["308"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Narrative/Card.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/selectors/index.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/actions/index.js",["309","310"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Map/ColoredMarkers.jsx",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Overlay/Controls.js",["311"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Overlay/Content.js",["312","313"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Toolbar/FilterListPanel.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Toolbar/CategoriesListPanel.js",["314"],"/Users/zac/Developer/Forensic Architecture/timemap/src/store/initial.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Toolbar/BottomActions.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/validators.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/Project.js",["315"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/DatetimeStar.js",["316"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/DatetimeBar.js",["317"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Timeline/DatetimeSquare.js",["318"],"/Users/zac/Developer/Forensic Architecture/timemap/src/common/constants.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/selectors/helpers.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Spinner.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/Overlay/Md.js",["319"],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/NoSource.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Checkbox.js",["320"],"/Users/zac/Developer/Forensic Architecture/timemap/src/common/card.js",["321"],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/eventSchema.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/associationsSchema.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/siteSchema.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/shapeSchema.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/reducers/validate/sourceSchema.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Icons/Sites.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Icons/Cover.js",[],"/Users/zac/Developer/Forensic Architecture/timemap/src/components/presentational/Icons/Info.js",[],{"ruleId":"322","severity":1,"message":"323","line":1,"column":11,"nodeType":"324","messageId":"325","endLine":1,"endColumn":16},{"ruleId":"322","severity":1,"message":"326","line":1,"column":18,"nodeType":"324","messageId":"325","endLine":1,"endColumn":23},{"ruleId":"322","severity":1,"message":"326","line":1,"column":14,"nodeType":"324","messageId":"325","endLine":1,"endColumn":19},{"ruleId":"327","severity":1,"message":"328","line":3,"column":1,"nodeType":"329","endLine":19,"endColumn":2},{"ruleId":"327","severity":1,"message":"328","line":5,"column":1,"nodeType":"329","endLine":13,"endColumn":2},{"ruleId":"327","severity":1,"message":"328","line":6,"column":1,"nodeType":"329","endLine":32,"endColumn":2},{"ruleId":"330","severity":1,"message":"331","line":134,"column":13,"nodeType":"332","endLine":134,"endColumn":56},{"ruleId":"330","severity":1,"message":"331","line":137,"column":13,"nodeType":"332","endLine":137,"endColumn":58},{"ruleId":"327","severity":1,"message":"328","line":3,"column":1,"nodeType":"329","endLine":9,"endColumn":2},{"ruleId":"327","severity":1,"message":"328","line":6,"column":1,"nodeType":"329","endLine":26,"endColumn":2},{"ruleId":"333","severity":1,"message":"334","line":86,"column":89,"nodeType":"335","endLine":86,"endColumn":104},{"ruleId":"327","severity":1,"message":"336","line":8,"column":1,"nodeType":"329","endLine":13,"endColumn":2},{"ruleId":"337","severity":1,"message":"338","line":380,"column":30,"nodeType":"339","messageId":"340","endLine":380,"endColumn":32},{"ruleId":"327","severity":1,"message":"328","line":3,"column":1,"nodeType":"329","endLine":16,"endColumn":2},{"ruleId":"327","severity":1,"message":"328","line":3,"column":1,"nodeType":"329","endLine":17,"endColumn":2},{"ruleId":"322","severity":1,"message":"341","line":1,"column":11,"nodeType":"324","messageId":"325","endLine":1,"endColumn":16},{"ruleId":"322","severity":1,"message":"323","line":1,"column":18,"nodeType":"324","messageId":"325","endLine":1,"endColumn":23},{"ruleId":"327","severity":1,"message":"328","line":3,"column":1,"nodeType":"329","endLine":36,"endColumn":2},{"ruleId":"327","severity":1,"message":"328","line":8,"column":1,"nodeType":"329","endLine":76,"endColumn":2},{"ruleId":"342","severity":1,"message":"343","line":59,"column":11,"nodeType":"332","endLine":59,"endColumn":60},{"ruleId":"327","severity":1,"message":"328","line":6,"column":1,"nodeType":"329","endLine":39,"endColumn":2},{"ruleId":"327","severity":1,"message":"328","line":3,"column":1,"nodeType":"329","endLine":26,"endColumn":2},{"ruleId":"327","severity":1,"message":"328","line":3,"column":1,"nodeType":"329","endLine":23,"endColumn":2},{"ruleId":"327","severity":1,"message":"328","line":3,"column":1,"nodeType":"329","endLine":43,"endColumn":2},{"ruleId":"327","severity":1,"message":"328","line":3,"column":1,"nodeType":"329","endLine":24,"endColumn":2},{"ruleId":"322","severity":1,"message":"341","line":1,"column":11,"nodeType":"324","messageId":"325","endLine":1,"endColumn":16},{"ruleId":"327","severity":1,"message":"328","line":3,"column":1,"nodeType":"329","endLine":17,"endColumn":2},{"ruleId":"327","severity":1,"message":"336","line":35,"column":1,"nodeType":"329","endLine":37,"endColumn":2},"no-redeclare","'alert' is already defined as a built-in global variable.","Block","redeclaredAsBuiltin","'Event' is already defined as a built-in global variable.","import/no-anonymous-default-export","Assign arrow function to a variable before exporting as module default","ExportDefaultDeclaration","jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement","react/jsx-no-target-blank","Using target=\"_blank\" without rel=\"noreferrer\" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener","JSXAttribute","Assign object to a variable before exporting as module default","array-callback-return","Array.prototype.map() expects a return value from arrow function.","ArrowFunctionExpression","expectedInside","'fetch' is already defined as a built-in global variable.","jsx-a11y/iframe-has-title","