Open zenflow opened 4 years ago
Config validation errors:
Also, maybe validation errors for config.services.foo should appear like nested validation errors in config. Or maybe validation errors for config.serviceDefaults should not appear like nested validation errors in config.
config.services.foo
config.serviceDefaults
config
Also, not an enhancement to functionality, but for maintainability https://github.com/gristlabs/ts-interface-builder/pull/24 needs to be documented & an official release made.
Update: the babel macro in ts-interface-builder has been released in the official package, but still needs to be documented
Config validation errors:
Also, maybe validation errors for
config.services.foo
should appear like nested validation errors in config. Or maybe validation errors forconfig.serviceDefaults
should not appear like nested validation errors inconfig
.Also, not an enhancement to functionality, but for maintainability https://github.com/gristlabs/ts-interface-builder/pull/24 needs to be documented & an official release made.