Update diagnostics.

This commit is contained in:
Cyrus Najmabadi 2015-04-15 15:53:24 -07:00
parent 030276d517
commit ed12bef3cc

View File

@ -1,5 +1,6 @@
// <auto-generated />
/// <reference path="types.ts" />
/* @internal */
module ts {
export var Diagnostics = {
Unterminated_string_literal: { code: 1002, category: DiagnosticCategory.Error, key: "Unterminated string literal." },