(expression, options)
| 15971 | |
| 15972 | |
| 15973 | const renderToString = function renderToString(expression, options) { |
| 15974 | const markup = renderToDomTree(expression, options).toMarkup(); |
| 15975 | return markup; |
| 15976 | }; |
| 15977 | /** |
| 15978 | * Parse an expression and return the parse tree. |
| 15979 | */ |
nothing calls this directly
no test coverage detected