Update baselines.

This commit is contained in:
Daniel Rosenwasser 2020-08-29 07:51:56 +00:00
parent a8aa336df8
commit 4f30b405e9

View file

@ -6791,6 +6791,7 @@ declare namespace ts.server.protocol {
endLocation: Location;
category: string;
code: number;
source?: string;
/** May store more in future. For now, this will simply be `true` to indicate when a diagnostic is an unused-identifier diagnostic. */
reportsUnnecessary?: {};
reportsDeprecated?: {};