Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts348 …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/
DtypingsInstaller.js120934 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)…
Dtsc.js100304 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);