jkcfg / jk

Configuration as Code with ECMAScript
https://jkcfg.github.io
Apache License 2.0
404 stars 30 forks source link

Validate and transform multi-values #334

Closed squaremo closed 4 years ago

squaremo commented 4 years ago

Fixes #332 (transform should write a multidoc input to multidoc file) and #333 (validate needs to treat all files that could contain multiple values as having multiple values, and validate all of those values).

squaremo commented 4 years ago

The funny state machine in generate.ts could probably be better expressed ..

squaremo commented 4 years ago

I'm going to merge this on the basis that it doesn't change any existing tests.