(passedBlock, replaceBlock, matchName)
| 267 | * @param {string|null} matchName |
| 268 | */ |
| 269 | const _getReplacement = function(passedBlock, replaceBlock, matchName) { |
| 270 | replacement = replaceAtPosition(indexOfGroup(match, groupKey), passedBlock, matchName ? _wrapCodeInSpan(matchName, replaceBlock) : replaceBlock, replacement); |
| 271 | return; |
| 272 | }; |
| 273 | |
| 274 | // If this is a string then this match is directly mapped |
| 275 | // to selector so all we have to do is wrap it in a span |
nothing calls this directly
no test coverage detected