doesn't work because it complains that the objects in values aren't computed. I think I need to teach the expanding code how to do it?
Related to #7.
Found while working on #55
d29af4914f3c16cd24709205522571e2710dbfbc was part of this but not tagged.
expandSeedPacket does put in the type:object properly. But for some reason expandSeedPacket doesn't factor out the references / calls in that type:object. Perhaps because the z.record() has wrong type so the sub-names aren't parsing and it misses them?
doesn't work because it complains that the objects in values aren't computed. I think I need to teach the expanding code how to do it?
Related to #7.
Found while working on #55
d29af4914f3c16cd24709205522571e2710dbfbc was part of this but not tagged.
expandSeedPacket does put in the
type:object
properly. But for some reasonexpandSeedPacket
doesn't factor out the references / calls in that type:object. Perhaps because the z.record() has wrong type so the sub-names aren't parsing and it misses them?