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

Method _podTemplatePatterns

lib/broccoli/ember-app.js:835–837  ·  view source on GitHub ↗

@private @method _podTemplatePatterns @return {Array} An array of regular expressions.

()

Source from the content-addressed store, hash-verified

833 @return {Array} An array of regular expressions.
834 */
835 _podTemplatePatterns() {
836 return this.registry.extensionsForType('template').map((extension) => `**/*/template.${extension}`);
837 }
838
839 _nodeModuleTrees() {
840 if (!this._cachedNodeModuleTrees) {

Callers 1

podTemplatesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected