MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / _shouldCompilePodTemplates

Function _shouldCompilePodTemplates

lib/models/addon.js:971–973  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…