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

Function replacementClassMember

lib/models/blueprint.js:544–544  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

542 const preprocessor = new Preprocessor();
543 // Strip template tags
544 const replacementClassMember = (i) => `template = __TEMPLATE_TAG_${i}__;`;
545 const replacementExpression = (i) => `__TEMPLATE_TAG_${i}__`;
546 const templateTagMatches = preprocessor.parse(code);
547 let strippedCode = code;

Callers 1

removeTypesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…