SYMBOL INDEX (79 symbols across 10 files) FILE: dist/investigator.js function defineProperties (line 1) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 3) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function LogsList (line 11) | function LogsList() { function logDetails (line 113) | function logDetails() { function Tree (line 219) | function Tree(options) { function Inspector (line 381) | function Inspector() { function Ui (line 529) | function Ui() { function LogItem (line 585) | function LogItem(_ref) { function Agent (line 825) | function Agent(_ref2) { FILE: examples/example.js function runScraping (line 6) | function runScraping() { function scrapPage (line 16) | function scrapPage(url) { function getPostsData (line 41) | function getPostsData(posts, agent) { function getVideos (line 68) | function getVideos(videos, agent) { function downloadPage (line 89) | function downloadPage(url) { function getPageInfo (line 121) | function getPageInfo(page) { function downloadPostImage (line 129) | function downloadPostImage(post) { function getPostComments (line 134) | function getPostComments(post) { function downloadVideo (line 140) | function downloadVideo(video) { FILE: gulpfile.js function jscsNotify (line 37) | function jscsNotify(file) { function createLintTask (line 42) | function createLintTask(taskName, files) { function bundle (line 90) | function bundle(bundler) { function getBundler (line 103) | function getBundler() { function test (line 133) | function test() { FILE: src/agent.js class Agent (line 7) | class Agent { method constructor (line 8) | constructor({name, type, status, data, message, isAsync = false, ances... method log (line 37) | log(...args) { method warn (line 46) | warn(...args) { method success (line 55) | success(...args) { method error (line 64) | error(...args) { method child (line 73) | child(name, ...args) { method async (line 87) | async(name, ...args) { method resolve (line 106) | resolve(...args) { method reject (line 128) | reject(...args) { method internalWarn (line 150) | internalWarn(message) { method getAncestorsNames (line 159) | getAncestorsNames() { method generateStackTrace (line 163) | generateStackTrace(trace) { FILE: src/ui/index.js class Ui (line 8) | class Ui { method constructor (line 9) | constructor() { method toggleInspector (line 42) | toggleInspector() { FILE: src/ui/inspector.js class Inspector (line 9) | class Inspector { method constructor (line 10) | constructor() { method open (line 38) | open(selectedLog) { method close (line 48) | close() { method prepareData (line 53) | prepareData(log) { method formatData (line 87) | formatData(data, key, depth = 0) { FILE: src/ui/logDetails.js class logDetails (line 5) | class logDetails { method constructor (line 6) | constructor() { method updateLogDetails (line 35) | updateLogDetails(log) { method renderType (line 39) | renderType(log) { method renderId (line 72) | renderId(log) { method renderDate (line 76) | renderDate(log) { method renderDuration (line 80) | renderDuration(log) { method renderData (line 87) | renderData(log) { FILE: src/ui/logItem.js class LogItem (line 7) | class LogItem { method constructor (line 8) | constructor({name, type, status, parent, data, message, stackTrace, da... method update (line 33) | update() { method render (line 40) | render() { method renderState (line 48) | renderState() { method renderName (line 73) | renderName() { method renderData (line 98) | renderData() { method renderValue (line 111) | renderValue(value) { method renderMessage (line 138) | renderMessage() { method renderDate (line 154) | renderDate() { method renderDuration (line 161) | renderDuration() { method getRelativeDuration (line 168) | getRelativeDuration() { method humanizeDuration (line 172) | humanizeDuration(duration) { method addChild (line 184) | addChild(log) { method getLastChild (line 188) | getLastChild() { method getChildren (line 192) | getChildren(list) { method setStatus (line 201) | setStatus(status) { method prune (line 206) | prune(value) { FILE: src/ui/logsList.js class LogsList (line 4) | class LogsList { method constructor (line 5) | constructor() { method addLog (line 53) | addLog(log) { method getSelectedLog (line 76) | getSelectedLog() { method scrollToBottom (line 80) | scrollToBottom() { method getLogFromElement (line 84) | getLogFromElement(element) { method focus (line 88) | focus() { FILE: src/ui/tree.js function Tree (line 7) | function Tree(options) {