SYMBOL INDEX (24 symbols across 4 files) FILE: dist/dTree.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 TreeBuilder (line 11) | function TreeBuilder(root, siblings, opts) { function recurse (line 151) | function recurse(node) { function _zoomTo (line 406) | function _zoomTo(x, y) { FILE: gulpfile.js function createLintTask (line 39) | function createLintTask(taskName, files) { function getPackageJsonVersion (line 52) | function getPackageJsonVersion () { function bundle (line 95) | function bundle(bundler) { FILE: src/builder.js class TreeBuilder (line 1) | class TreeBuilder { method constructor (line 3) | constructor(root, siblings, opts) { method create (line 33) | create() { method _update (line 78) | _update(source) { method _flatten (line 189) | _flatten(root) { method _elbow (line 206) | _elbow(d, i) { method _linkSiblings (line 233) | _linkSiblings() { method _siblingLine (line 261) | _siblingLine(d, i) { method _nodeHeightSeperation (line 302) | static _nodeHeightSeperation(nodeWidth, nodeMaxHeight) { method _nodeSize (line 306) | static _nodeSize(nodes, width, textRenderer) { method _marriageSize (line 338) | static _marriageSize (nodes, size) { method _nodeRenderer (line 349) | static _nodeRenderer(name, x, y, height, width, extra, id, nodeClass, ... method _textRenderer (line 360) | static _textRenderer(name, extra, textClass) { method _marriageRenderer (line 370) | static _marriageRenderer (x, y, height, width, extra, id, nodeClass) { method _debug (line 374) | static _debug(msg) { FILE: src/dtree.js function _zoomTo (line 62) | function _zoomTo (x, y, zoom = 1, duration = 500) {