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

Function replacementExpression

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

Source from the content-addressed store, hash-verified

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;
548 for (let i = 0; i < templateTagMatches.length; i++) {

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…