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

Class

lib/broccoli/default-packager.js:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 * @constructor
103 */
104module.exports = class DefaultPackager {
105 constructor(options) {
106 this._cachedTests = null;
107 this._cachedVendor = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected