Creates a new ResultAnalyzer instance
The compilation result to analyze
Gets the compiler options used in the compilation
The TypeScript compiler options
Gets the paths of all emitted (output) files
Array of output file paths
Gets all source files included in the compilation
Array of TypeScript source files
Analyzes compilation diagnostics and returns detailed results
A DiagResult object containing diagnostic information
Analyzes compilation results and provides diagnostic information
Remarks
This class processes TypeScript compilation results and provides methods to analyze diagnostics, access compiler options, and retrieve source and output files.
Example