Is there a plan to support `allInstances` for Java...
# kodein
n
Is there a plan to support
allInstances
for Javascript at some point?
Copy code
val instances: List<Foo> = dkodein.allInstances() // not available in JS
If not, what are the limitations w/ Kotlin JS that prevent it? Also, is there a good recommended work-around to get similar functionality by using the container directly?
s
Reflection. In JS, there is no way to get the super class of a given class. So, no ><.