* To support the project.reloadPkg method, we need the ability to flush * the cache and reload from the updated package.json. * There are some issues with doing this: * - Because of the possible relationship between projects and their addons * due to symlinks, it's not trivial to f
()
| 220 | * @return null |
| 221 | */ |
| 222 | reloadProjects() { |
| 223 | let projects = this.projects.slice(); |
| 224 | this._clear(); |
| 225 | projects.forEach((project) => this.loadProject(project)); |
| 226 | } |
| 227 | |
| 228 | /** |
| 229 | * Do the actual processing of the root directory of an addon, when the addon |
no test coverage detected