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

Method initializeAddons

tests/unit/broccoli/template-precompilation-test.js:141–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 let pkg = { name: 'fake-app-test', devDependencies: { 'ember-cli': '*' } };
140 project = new (class extends Project {
141 initializeAddons() {
142 if (this._addonsInitialized) {
143 return;
144 }
145
146 super.initializeAddons();
147
148 this.addons.push(EMBER_SOURCE_ADDON);
149 }
150 })(input.path(), pkg, cli.ui, cli);
151 });
152

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected