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

Method constructor

lib/tasks/transforms/amd/index.js:10–13  ·  view source on GitHub ↗

* This addon is used to register a custom AMD transform for app and addons to use. * * @class AmdTransformAddon * @constructor

(project)

Source from the content-addressed store, hash-verified

8 * @constructor
9 */
10 constructor(project) {
11 this.project = project;
12 this.name = 'amd-transform';
13 }
14
15 importTransforms() {
16 const shimAmd = require('./amd-shim');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected