ft-interactive / nightingale-charts

FT style charts, axes, scales etc
http://ft-interactive.github.io/nightingale-charts
12 stars 5 forks source link

Refactor to ES6/ES7/ES2015 #78

Open kavanagh opened 9 years ago

kavanagh commented 9 years ago
aendra-rininsland commented 7 years ago

This is effectively resolved by #153, which causes obt verify to pass (in essence effectively doing things like changing var to const and let).

Once that's merged, still ToDo will be to change require to import statements and probably replace a few function calls with arrow functions.

I'd disagree that the mock-classes should be replaced with ES6 classes, which I feel are a pox upon humanity, but that's just my opinionated ol' self.