()
| 1027 | }, |
| 1028 | |
| 1029 | _getAddonTemplatesTreeFiles() { |
| 1030 | let addonTemplatesTreePath = this._treePathFor('addon-templates'); |
| 1031 | |
| 1032 | if (fs.existsSync(addonTemplatesTreePath)) { |
| 1033 | return walkSync(addonTemplatesTreePath); |
| 1034 | } |
| 1035 | |
| 1036 | return []; |
| 1037 | }, |
| 1038 | |
| 1039 | _addonTemplateFiles(addonTree) { |
| 1040 | if (this._cachedAddonTemplateFiles) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…