From 8e36afa5bda6f2eeabd87708eed2eee7c414e1c9 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Thu, 12 Apr 2018 12:41:00 -0700 Subject: [PATCH] Remove reference emit from diagnostics --- scripts/processDiagnosticMessages.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/processDiagnosticMessages.ts b/scripts/processDiagnosticMessages.ts index 41b39c6268b..848a60cfb4f 100644 --- a/scripts/processDiagnosticMessages.ts +++ b/scripts/processDiagnosticMessages.ts @@ -54,7 +54,6 @@ function buildInfoFileOutput(messageTable: InputDiagnosticMessageTable, inputFil let result = "// \r\n" + "// generated from '" + inputFilePathRel + "' by '" + thisFilePathRel + "'\r\n" + - "/// \r\n" + "/* @internal */\r\n" + "namespace ts {\r\n" + " function diag(code: number, category: DiagnosticCategory, key: string, message: string, reportsUnnecessary?: {}): DiagnosticMessage {\r\n" +