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