(textToDoc, print, path /* , options*/)
| 16 | |
| 17 | /** @type {AttributeValuePrint} */ |
| 18 | const printEventHandler = (textToDoc, print, path /* , options*/) => |
| 19 | formatAttributeValue( |
| 20 | getUnescapedAttributeValue(path.node), |
| 21 | textToDoc, |
| 22 | { parser: "babel", __isHtmlInlineEventHandler: true }, |
| 23 | () => false, |
| 24 | ); |
| 25 | |
| 26 | export { isEventHandler, printEventHandler }; |
nothing calls this directly
no test coverage detected
searching dependent graphs…