Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts385 …function formatCodeSpan(file: SourceFile, start: number, length: number, indent: string, squiggleC… function
468 …output += formatCodeSpan(diagnostic.file, diagnostic.start!, diagnostic.length!, "", getCategoryFo…
476 …output += formatCodeSpan(file, start!, length!, indent, ForegroundColorEscapeSequences.Cyan, host)…
/third_party/typescript/lib/
Dtsc.js87363 function formatCodeSpan(file, start, length, indent, squiggleColor, host) { function
87430 …output += formatCodeSpan(diagnostic.file, diagnostic.start, diagnostic.length, "", getCategoryForm…
87439 …output += formatCodeSpan(file, start, length_9, indent, ForegroundColorEscapeSequences.Cyan, host);
DtypingsInstaller.js106385 function formatCodeSpan(file, start, length, indent, squiggleColor, host) { function
106460 …output += formatCodeSpan(diagnostic.file, diagnostic.start, diagnostic.length, "", getCategoryForm…
106469 …output += formatCodeSpan(file, start, length_9, indent, ForegroundColorEscapeSequences.Cyan, host)…
Dtypescript.js106590 function formatCodeSpan(file, start, length, indent, squiggleColor, host) { function
106665 …output += formatCodeSpan(diagnostic.file, diagnostic.start, diagnostic.length, "", getCategoryForm…
106674 …output += formatCodeSpan(file, start, length_9, indent, ForegroundColorEscapeSequences.Cyan, host)…
DtypescriptServices.js106590 function formatCodeSpan(file, start, length, indent, squiggleColor, host) { function
106665 …output += formatCodeSpan(diagnostic.file, diagnostic.start, diagnostic.length, "", getCategoryForm…
106674 …output += formatCodeSpan(file, start, length_9, indent, ForegroundColorEscapeSequences.Cyan, host)…
Dtsserverlibrary.js106590 function formatCodeSpan(file, start, length, indent, squiggleColor, host) { function
106665 …output += formatCodeSpan(diagnostic.file, diagnostic.start, diagnostic.length, "", getCategoryForm…
106674 …output += formatCodeSpan(file, start, length_9, indent, ForegroundColorEscapeSequences.Cyan, host)…
Dtsserver.js106396 function formatCodeSpan(file, start, length, indent, squiggleColor, host) { function
106471 …output += formatCodeSpan(diagnostic.file, diagnostic.start, diagnostic.length, "", getCategoryForm…
106480 …output += formatCodeSpan(file, start, length_9, indent, ForegroundColorEscapeSequences.Cyan, host)…