(html: string)
| 17 | * Strips Lit expression markers from provided html string. |
| 18 | */ |
| 19 | export const stripExpressionMarkers = (html: string) => |
| 20 | html.replace(/<!--\?lit\$[0-9]+\$-->|<!--\??-->|lit\$[0-9]+\$/g, ''); |
no test coverage detected
searching dependent graphs…