(tag, node, inlineStyles = OrderedSet())
| 225 | } |
| 226 | |
| 227 | function baseProcessInlineTag(tag, node, inlineStyles = OrderedSet()) { |
| 228 | return processInlineTag(tag, node, inlineStyles); |
| 229 | } |
| 230 | |
| 231 | function joinChunks(A, B, flat = false) { |
| 232 | // Sometimes two blocks will touch in the DOM and we need to strip the |
nothing calls this directly
no test coverage detected
searching dependent graphs…