(nodeById, nodeId)
| 16611 | } |
| 16612 | |
| 16613 | function find(nodeById, nodeId) { |
| 16614 | var node = nodeById.get(nodeId); |
| 16615 | if (!node) throw new Error("node not found: " + nodeId); |
| 16616 | return node; |
| 16617 | } |
| 16618 | |
| 16619 | /* harmony default export */ __webpack_exports__["default"] = (function(links) { |
| 16620 | var id = index, |