Home
last modified time | relevance | path

Searched refs:linkRegex (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/harness/
DharnessIO.ts1155 …const linkRegex = /^[\/]{2}\s*@link\s*:\s*([^\r\n]*)\s*->\s*([^\r\n]*)/gm; // multiple matches on… constant
1158 const linkMetaData = linkRegex.exec(line);
1159 linkRegex.lastIndex = 0;