Add ES6 javascript engine for validators
Opened this issue · 1 comments
leroy0211 commented
I think right now the ES5 javascript engine is being used for the validators. And by using the ES6 engine it would be much easier to write some validation rules due to the additional features ES6 comes with.
khash commented
This would depend on support by the underlying JS parser. Once that's implemented, we can add it.