(expression, options)
| 6937 | */ |
| 6938 | |
| 6939 | const buildExpressionRow = function buildExpressionRow(expression, options) { |
| 6940 | return makeRow(buildExpression$1(expression, options)); |
| 6941 | }; |
| 6942 | /** |
| 6943 | * Takes a group from the parser and calls the appropriate groupBuilders function |
| 6944 | * on it to produce a MathML node. |
no test coverage detected