Searched defs:currentSpan (Results 1 – 2 of 2) sorted by relevance
214 for (const currentSpan of spans) { constant243 const textnode = currentSpan.tagName == 'SPAN' ? currentSpan.lastChild : currentSpan; constant
221 …const sourcePos = tsLineMap[currentSpan.sourceMapSpan.sourceLine!] + (currentSpan.sourceMapSpan.so… constant