Remove unused property 'referencedDiagnostics' (#23688)

This commit is contained in:
Andy
2018-04-25 15:24:36 -07:00
committed by GitHub
parent b2bfccfce4
commit 4dc4b8d777
2 changed files with 2 additions and 7 deletions

View File

@@ -546,7 +546,6 @@ namespace ts {
public typeReferenceDirectives: FileReference[];
public syntacticDiagnostics: Diagnostic[];
public referenceDiagnostics: Diagnostic[];
public parseDiagnostics: Diagnostic[];
public bindDiagnostics: Diagnostic[];