| 57 | * @class PackageInfo |
| 58 | */ |
| 59 | class PackageInfo { |
| 60 | constructor(pkgObj, realPath, cache, isRoot = false) { |
| 61 | this.pkg = pkgObj; |
| 62 | this.pkg['ember-addon'] = this.pkg['ember-addon'] || {}; |
nothing calls this directly
no outgoing calls
no test coverage detected