MCPcopy
hub / github.com/prettier/prettier / createAngularPrinter

Function createAngularPrinter

src/language-html/embed/angular-attributes.js:21–27  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

19
20const createAngularPrinter =
21 (parser) => (textToDoc, print, path /* , options*/) =>
22 formatAttributeValue(
23 getUnescapedAttributeValue(path.node),
24 textToDoc,
25 { parser },
26 shouldHugJsExpression,
27 );
28
29/** @type {AttributeValuePrinter[]} */
30const printers = [

Callers 1

Calls 2

formatAttributeValueFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…