MCPcopy Create free account
hub / github.com/dfreeman/ember-cli-node-assets / normalizeUserOptions

Function normalizeUserOptions

index.js:35–43  ·  view source on GitHub ↗
(parent, options)

Source from the content-addressed store, hash-verified

33};
34
35function normalizeUserOptions(parent, options) {
36 var normalizePackageConfig = require('./lib/normalize-package-config');
37 return Object.keys(options).map(function(packageName) {
38 return {
39 name: packageName,
40 config: normalizePackageConfig(packageName, parent, options[packageName])
41 };
42 });
43}
44
45function findHost(addon) {
46 var current = addon;

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…