Fork me on GitHub
#clojure-spec
<
2017-12-31
>
ikitommi10:12:04

Hi. Is there or is someone working with a spec error reporter that could hint on misspelled keys or non-defined (directly on s/keys) map keys?

ikitommi10:12:26

I have a s/keys spec for configuration with all the keys optional. Normal s/keys is not helping much here.

ikitommi10:12:02

spec-tools has the utilities for pulling out all the keys & merges and could built on that, but would rather use something ready for this.

dominicm11:12:22

@ikitommi figwheel has one

dominicm11:12:50

@ikitommi strictly-specking-standalone