Looks in the addon/ and addon/templates trees to determine if template files exist in the pods format that need to be precompiled. This is executed once when building, but not on rebuilds. @private @method _shouldCompilePodTemplates @return {Boolean} indicates if pod based
()
| 969 | @return {Boolean} indicates if pod based templates need to be compiled for this addon |
| 970 | */ |
| 971 | _shouldCompilePodTemplates() { |
| 972 | return this._fileSystemInfo().hasPodTemplates; |
| 973 | }, |
| 974 | |
| 975 | _fileSystemInfo() { |
| 976 | if (this._cachedFileSystemInfo) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…