mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Don't build type catalog during server tracing (#43354)
Bonus: this also drops the redundant type catalog from the non-diagnostics-producing checker.
This commit is contained in:
@@ -675,7 +675,7 @@ namespace ts {
|
||||
const compilerOptions = program.getCompilerOptions();
|
||||
|
||||
if (canTrace(sys, compilerOptions)) {
|
||||
tracing?.stopTracing(program.getTypeCatalog());
|
||||
tracing?.stopTracing();
|
||||
}
|
||||
|
||||
let statistics: Statistic[];
|
||||
|
||||
Reference in New Issue
Block a user