Remove ref comments from processDiagnosticMessages

This commit is contained in:
Ryan Cavanaugh 2018-04-12 12:35:56 -07:00
parent ff60520460
commit bbcf00c040

View File

@ -1,6 +1,3 @@
/// <reference path="../src/compiler/sys.ts" />
/// <reference path="../src/compiler/core.ts" />
interface DiagnosticDetails {
category: string;
code: number;