FabricLabs / maki

:bento: declarative application framework for high-performance cross-platform services
https://maki.io
MIT License
69 stars 33 forks source link

Requirement Recursion #89

Open martindale opened 9 years ago

martindale commented 9 years ago

Currently, the requires attribute on a Resource only climbs one level. There should be some mechanism for recursion, perhaps with a limit.

Specific use cases include hierarchical comment threads (see martindale/converse#18).