Before the fix, the component-type reverse lookups were not registered. Fixes that and ensuring that also :datoms are accumulated correctly in all cases over different relations: :one, :one + :isComponent + :many both ways. Also ensured that no duplicate :datoms or :patterns are collected.
Bonus: deps.edn so we can depend on the lib directly with deps..
Before the fix, the component-type reverse lookups were not registered. Fixes that and ensuring that also
:datoms
are accumulated correctly in all cases over different relations::one
,:one + :isComponent
+:many
both ways. Also ensured that no duplicate:datoms
or:patterns
are collected.Bonus:
deps.edn
so we can depend on the lib directly with deps..