MCPcopy
hub / github.com/prettier/prettier / normalizeAngularIcuExpression

Function normalizeAngularIcuExpression

src/language-html/parse/postprocess.js:119–126  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

117}
118
119function normalizeAngularIcuExpression(node) {
120 if (node.kind === "expansion") {
121 node.kind = "angularIcuExpression";
122 }
123 if (node.kind === "expansionCase") {
124 node.kind = "angularIcuCase";
125 }
126}
127
128function lowerCaseIf(text, fn) {
129 const lowerCasedText = text.toLowerCase();

Callers 1

postprocessFunction · 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…