Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessIO.ts818 const typeOrSymbolString = isSymbolBaseline ? result.symbol : result.type; constant
819 … const formattedLine = result.sourceText.replace(/\r?\n/g, "") + " : " + typeOrSymbolString;