cloud66-oss / copper

A configuration file validator for Kubernetes.
https://help.cloud66.com/copper/
Apache License 2.0
274 stars 15 forks source link

Add ES6 javascript engine for validators #21

Open leroy0211 opened 4 years ago

leroy0211 commented 4 years ago

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 4 years ago

This would depend on support by the underlying JS parser. Once that's implemented, we can add it.