d3 / d3-hierarchy

2D layout algorithms for visualizing hierarchical data.
https://d3js.org/d3-hierarchy
ISC License
1.13k stars 315 forks source link

Change function syntax. #165

Closed alamenai closed 4 years ago

alamenai commented 4 years ago
  1. Separate variables declaration.
  2. Change to arrow syntax.
  3. Change if/else to short-circuit evaluation.
Fil commented 4 years ago

Thank you for the contribution. However we're not considering ES6 syntax changes for the time being.

alamenai commented 4 years ago

Okay ! Thank you.