Closed lehni closed 6 years ago
This is a tiny detail, but it seems strange that the node class is declared and exported lowercased from tree.js, and then imported as capitailzed Node inside router.js
node
tree.js
Node
router.js
Thanks!
This is a tiny detail, but it seems strange that the
node
class is declared and exported lowercased fromtree.js
, and then imported as capitailzedNode
insiderouter.js