Searched refs:getSubstringByLineCol (Results 1 – 3 of 3) sorted by relevance
4 import { getSubstringByLineCol, normalizeNewLine } from 'parse5-test-utils/utils/common.js';31 const line = getSubstringByLineCol(this.lines, location);
7 getSubstringByLineCol,38 actual = getSubstringByLineCol(lines, loc);
118 export function getSubstringByLineCol(lines: string[], loc: Token.Location): string { function