jaredhanson / electrolyte

Elegant dependency injection for Node.js.
MIT License
564 stars 61 forks source link

Improve component assemblies #65

Closed jaredhanson closed 7 years ago

jaredhanson commented 7 years ago

This PR changes the structure of a source to include an array of components, where the values are string component IDs. These components will be loaded, rather than obtained from a manifest map.