Include results from --extendedDiagnostics
when using the compiler API
#61229
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
π Search Terms
extendedDiagnostics, compiler API
β Viability Checklist
β Suggestion
For users of the TypeScript compiler API, it would be extremely useful to include the performance statistics obtained when using the
--extendedDiagnostics
compiler option.From the review I've done in this codebase, it seems like this performance information is only reported when invoking
tsc
directly.π Motivating Example
"The compiler API can now report performance information when enabling the
extendedDiagnostics
compiler option"π» Use Cases
The text was updated successfully, but these errors were encountered: