MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / constructor

Method constructor

lib/tasks/addon-install.js:9–14  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

7
8class AddonInstallTask extends Task {
9 constructor(options) {
10 super(options);
11
12 this.NpmInstallTask = this.NpmInstallTask || require('./npm-install');
13 this.BlueprintTask = this.BlueprintTask || require('./generate-from-blueprint');
14 }
15
16 run(options) {
17 const { default: chalk } = require('chalk');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected