()
| 1017 | }, |
| 1018 | |
| 1019 | _getAddonTreeFiles() { |
| 1020 | let addonTreePath = this._treePathFor('addon'); |
| 1021 | |
| 1022 | if (fs.existsSync(addonTreePath)) { |
| 1023 | return walkSync(addonTreePath); |
| 1024 | } |
| 1025 | |
| 1026 | return []; |
| 1027 | }, |
| 1028 | |
| 1029 | _getAddonTemplatesTreeFiles() { |
| 1030 | let addonTemplatesTreePath = this._treePathFor('addon-templates'); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…