jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

ES6 support needed #345

Open CQBinh opened 6 years ago

CQBinh commented 6 years ago

Do you have any plan for this?

kibertoad commented 5 years ago

@CQBinh Can you clarify what do you mean by this? Jake seems to run just fine scripts written with ES6. Or you mean use ES6 inside Jake itself?

jimmywarting commented 2 years ago

I think he ment to use ES6 in jake itself...

Tried some modernizations, but the use of Object.assign(foo, new class { ... }) made it a bit hard cuz the methods are not enumerable and you kind of extend more than just one class by doing Object.assign(dest, a, b, c)