Members
app :module:libflitter/app/FlitterApp~FlitterApp
The application in question.
- Source:
units :object
Collection of unit definitions used by the application.
Type:
- object
- Source:
Methods
check_dependencies()
Check the services and dependencies of each unit and ensure that none request a service that has not been provided by the time the unit starts.
- Source:
get_missing_dependencies(service) → {Array.<string>}
Get a list of missing dependency names for the provided service.
Parameters:
Name | Type | Description |
---|---|---|
service |
module:flitter-di/src/Service~Service |
- Source:
Returns:
- Type
- Array.<string>