Open xjamundx opened 9 years ago
some sort of sane automated way to upgrade to ES6 classes
Worth considering that classes don't hoist, so a test for the following pattern is in order:
module.exports = Woot; function Woot(){} Woot.prototype.a = function(){}
some sort of sane automated way to upgrade to ES6 classes