MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / dependencies

Method dependencies

lib/broccoli/ember-app.js:1082–1084  ·  view source on GitHub ↗

@public @method dependencies @return {Object} Alias to the project's dependencies function

(pkg)

Source from the content-addressed store, hash-verified

1080 @return {Object} Alias to the project's dependencies function
1081 */
1082 dependencies(pkg) {
1083 return this.project.dependencies(pkg);
1084 }
1085
1086 /**
1087 Imports an asset into the application.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected