cujojs/curl

Execute factory functions just-in-time instead of eagerly

unscriptable opened this issue · 1 comments

This will help with bundles that have to fetch some modules async. It will also fix the lingering problems with circular dependencies.

Will it ever be implemented? It would be very helpful for me.