Searched refs:formatCodeSpan (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/compiler/ |
D | program.ts | 348 …function formatCodeSpan(file: SourceFile, start: number, length: number, indent: string, squiggleC… function 431 …output += formatCodeSpan(diagnostic.file, diagnostic.start!, diagnostic.length!, "", getCategoryFo… 439 …output += formatCodeSpan(file, start!, length!, indent, ForegroundColorEscapeSequences.Cyan, host)…
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 120934 function formatCodeSpan(file, start, length, indent, squiggleColor, host) { function 121009 …output += formatCodeSpan(diagnostic.file, diagnostic.start, diagnostic.length, "", getCategoryForm… 121018 …output += formatCodeSpan(file, start, length_9, indent, ForegroundColorEscapeSequences.Cyan, host)…
|
D | tsc.js | 100304 function formatCodeSpan(file, start, length, indent, squiggleColor, host) { function 100371 …output += formatCodeSpan(diagnostic.file, diagnostic.start, diagnostic.length, "", getCategoryForm… 100380 …output += formatCodeSpan(file, start, length_9, indent, ForegroundColorEscapeSequences.Cyan, host);
|