From f49b00742a27d5af70da1315dd69c9625bdef555 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Thu, 15 Jun 2017 09:49:56 -0700 Subject: [PATCH] Update LKG --- lib/tsc.js | 2 +- lib/tsserver.js | 2 +- lib/tsserverlibrary.d.ts | 2 +- lib/tsserverlibrary.js | 2 +- lib/typescript.d.ts | 2 +- lib/typescript.js | 2 +- lib/typescriptServices.d.ts | 2 +- lib/typescriptServices.js | 2 +- lib/typingsInstaller.js | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/tsc.js b/lib/tsc.js index 42ab1cd5dcf..816ea61c983 100644 --- a/lib/tsc.js +++ b/lib/tsc.js @@ -142,7 +142,7 @@ var ts; })(ts || (ts = {})); var ts; (function (ts) { - ts.version = "2.4.1-insiders.20170614"; + ts.version = "2.4.1"; })(ts || (ts = {})); (function (ts) { ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined; diff --git a/lib/tsserver.js b/lib/tsserver.js index 152a4169a38..1c125782ecf 100644 --- a/lib/tsserver.js +++ b/lib/tsserver.js @@ -1144,7 +1144,7 @@ var ts; })(ts || (ts = {})); var ts; (function (ts) { - ts.version = "2.4.1-insiders.20170614"; + ts.version = "2.4.1"; })(ts || (ts = {})); (function (ts) { var Ternary; diff --git a/lib/tsserverlibrary.d.ts b/lib/tsserverlibrary.d.ts index bfee1a02aa1..781a1fd31d1 100644 --- a/lib/tsserverlibrary.d.ts +++ b/lib/tsserverlibrary.d.ts @@ -2339,7 +2339,7 @@ declare namespace ts { } } declare namespace ts { - const version = "2.4.1-insiders.20170614"; + const version = "2.4.1"; } declare function setTimeout(handler: (...args: any[]) => void, timeout: number): any; declare function clearTimeout(handle: any): void; diff --git a/lib/tsserverlibrary.js b/lib/tsserverlibrary.js index e9a8f715420..1f21d835ccd 100644 --- a/lib/tsserverlibrary.js +++ b/lib/tsserverlibrary.js @@ -1144,7 +1144,7 @@ var ts; })(ts || (ts = {})); var ts; (function (ts) { - ts.version = "2.4.1-insiders.20170614"; + ts.version = "2.4.1"; })(ts || (ts = {})); (function (ts) { var Ternary; diff --git a/lib/typescript.d.ts b/lib/typescript.d.ts index 8eac7cb6ff1..fb5346c28aa 100644 --- a/lib/typescript.d.ts +++ b/lib/typescript.d.ts @@ -2593,7 +2593,7 @@ declare namespace ts { } declare namespace ts { /** The version of the TypeScript compiler release */ - const version = "2.4.1-insiders.20170614"; + const version = "2.4.1"; } declare function setTimeout(handler: (...args: any[]) => void, timeout: number): any; declare function clearTimeout(handle: any): void; diff --git a/lib/typescript.js b/lib/typescript.js index 85e6fe12cc0..9fa26ee574b 100644 --- a/lib/typescript.js +++ b/lib/typescript.js @@ -1317,7 +1317,7 @@ var ts; var ts; (function (ts) { /** The version of the TypeScript compiler release */ - ts.version = "2.4.1-insiders.20170614"; + ts.version = "2.4.1"; })(ts || (ts = {})); /* @internal */ (function (ts) { diff --git a/lib/typescriptServices.d.ts b/lib/typescriptServices.d.ts index b8fb040125c..802f936d9de 100644 --- a/lib/typescriptServices.d.ts +++ b/lib/typescriptServices.d.ts @@ -2593,7 +2593,7 @@ declare namespace ts { } declare namespace ts { /** The version of the TypeScript compiler release */ - const version = "2.4.1-insiders.20170614"; + const version = "2.4.1"; } declare function setTimeout(handler: (...args: any[]) => void, timeout: number): any; declare function clearTimeout(handle: any): void; diff --git a/lib/typescriptServices.js b/lib/typescriptServices.js index 85e6fe12cc0..9fa26ee574b 100644 --- a/lib/typescriptServices.js +++ b/lib/typescriptServices.js @@ -1317,7 +1317,7 @@ var ts; var ts; (function (ts) { /** The version of the TypeScript compiler release */ - ts.version = "2.4.1-insiders.20170614"; + ts.version = "2.4.1"; })(ts || (ts = {})); /* @internal */ (function (ts) { diff --git a/lib/typingsInstaller.js b/lib/typingsInstaller.js index ec70cd031cf..f84faeca847 100644 --- a/lib/typingsInstaller.js +++ b/lib/typingsInstaller.js @@ -152,7 +152,7 @@ var ts; })(ts || (ts = {})); var ts; (function (ts) { - ts.version = "2.4.1-insiders.20170614"; + ts.version = "2.4.1"; })(ts || (ts = {})); (function (ts) { ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined;