An open API service indexing awesome lists of open source software.

https://github.com/chadhietala/ember-object-graph-resolver

Build time resolution of object dependencies. Very alpha.
https://github.com/chadhietala/ember-object-graph-resolver

Last synced: 2 months ago
JSON representation

Build time resolution of object dependencies. Very alpha.

Awesome Lists containing this project

README

        

#Ember Object Graph Resolver
The purpose of this project is to build a dependency graph for objects in Ember applications. Because Ember uses a container to invert control, it would be ideal to map those dependencies to files at build time so that we can async load "pods" or "bundles" of files a given route.

#Why Not RequireJS
The hopes for this project is to just surface the object dependency graph and map it back on to the file system. That being said you could use the output of this tool to use with requirejs. No promises though.