SYMBOL INDEX (45 symbols across 10 files) FILE: src/argv.js constant DEFAULT_PORT (line 3) | const DEFAULT_PORT = 6060; FILE: src/frontend/html-renderer.js class HTMLRenderer (line 6) | class HTMLRenderer extends React.Component { method constructor (line 7) | constructor(props) { method componentDidMount (line 12) | componentDidMount() { method componentDidUpdate (line 17) | componentDidUpdate() { method render (line 23) | render() { FILE: src/frontend/socket-client.js class SocketClient (line 3) | class SocketClient { method constructor (line 4) | constructor(location) { method onData (line 18) | onData(callback) { method triggerOnData (line 23) | triggerOnData(data) { FILE: src/markdown-socket.js class MarkdownSocket (line 7) | class MarkdownSocket { method constructor (line 8) | constructor(rootPath) { method listenTo (line 14) | listenTo(httpServer) { method onRequest (line 21) | onRequest(request) { method onConnect (line 33) | onConnect(connection) { method close (line 51) | close() { FILE: src/markdown-watcher.js class MarkdownWatcher (line 6) | class MarkdownWatcher extends Watcher { method onData (line 7) | onData(callback) { FILE: src/server.js function isMarkdown (line 9) | function isMarkdown(path) { class Server (line 14) | class Server { method constructor (line 15) | constructor(rootPath) { method listen (line 23) | listen(port, cb) { method close (line 27) | close(cb) { method handler (line 32) | handler(req, res) { method handleAsMarkdown (line 42) | handleAsMarkdown(res) { method handleAsStatic (line 48) | handleAsStatic(pathname, res) { FILE: src/watcher.js class Watcher (line 7) | class Watcher { method constructor (line 8) | constructor(p) { method start (line 18) | start() { method stop (line 27) | stop() { method watch (line 32) | watch() { method onData (line 46) | onData(callback) { method onError (line 51) | onError(callback) { method triggerOnData (line 56) | triggerOnData(data) { method triggerOnError (line 62) | triggerOnError(error) { FILE: test/lib/helper.js function filePath (line 7) | function filePath(p) { method createFile (line 12) | createFile(p, initialContent) { method makeDirectory (line 15) | makeDirectory(p) { method path (line 24) | path(p) { method createRootDirectory (line 27) | createRootDirectory() { method clean (line 34) | clean() { FILE: test/test-html-renderer.js function getRenderedHTML (line 10) | function getRenderedHTML(rendered) { method onUpdate (line 41) | onUpdate() { method onUpdate (line 63) | onUpdate() { FILE: test/test-server.js function previewTest (line 92) | function previewTest(filename) {