Skip to content

Commit f49b007

Browse files
committed
Update LKG
1 parent f1b0f59 commit f49b007

9 files changed

+9
-9
lines changed

lib/tsc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ var ts;
142142
})(ts || (ts = {}));
143143
var ts;
144144
(function (ts) {
145-
ts.version = "2.4.1-insiders.20170614";
145+
ts.version = "2.4.1";
146146
})(ts || (ts = {}));
147147
(function (ts) {
148148
ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined;

lib/tsserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ var ts;
11441144
})(ts || (ts = {}));
11451145
var ts;
11461146
(function (ts) {
1147-
ts.version = "2.4.1-insiders.20170614";
1147+
ts.version = "2.4.1";
11481148
})(ts || (ts = {}));
11491149
(function (ts) {
11501150
var Ternary;

lib/tsserverlibrary.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@ declare namespace ts {
23392339
}
23402340
}
23412341
declare namespace ts {
2342-
const version = "2.4.1-insiders.20170614";
2342+
const version = "2.4.1";
23432343
}
23442344
declare function setTimeout(handler: (...args: any[]) => void, timeout: number): any;
23452345
declare function clearTimeout(handle: any): void;

lib/tsserverlibrary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ var ts;
11441144
})(ts || (ts = {}));
11451145
var ts;
11461146
(function (ts) {
1147-
ts.version = "2.4.1-insiders.20170614";
1147+
ts.version = "2.4.1";
11481148
})(ts || (ts = {}));
11491149
(function (ts) {
11501150
var Ternary;

lib/typescript.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@ declare namespace ts {
25932593
}
25942594
declare namespace ts {
25952595
/** The version of the TypeScript compiler release */
2596-
const version = "2.4.1-insiders.20170614";
2596+
const version = "2.4.1";
25972597
}
25982598
declare function setTimeout(handler: (...args: any[]) => void, timeout: number): any;
25992599
declare function clearTimeout(handle: any): void;

lib/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ var ts;
13171317
var ts;
13181318
(function (ts) {
13191319
/** The version of the TypeScript compiler release */
1320-
ts.version = "2.4.1-insiders.20170614";
1320+
ts.version = "2.4.1";
13211321
})(ts || (ts = {}));
13221322
/* @internal */
13231323
(function (ts) {

lib/typescriptServices.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@ declare namespace ts {
25932593
}
25942594
declare namespace ts {
25952595
/** The version of the TypeScript compiler release */
2596-
const version = "2.4.1-insiders.20170614";
2596+
const version = "2.4.1";
25972597
}
25982598
declare function setTimeout(handler: (...args: any[]) => void, timeout: number): any;
25992599
declare function clearTimeout(handle: any): void;

lib/typescriptServices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ var ts;
13171317
var ts;
13181318
(function (ts) {
13191319
/** The version of the TypeScript compiler release */
1320-
ts.version = "2.4.1-insiders.20170614";
1320+
ts.version = "2.4.1";
13211321
})(ts || (ts = {}));
13221322
/* @internal */
13231323
(function (ts) {

lib/typingsInstaller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ var ts;
152152
})(ts || (ts = {}));
153153
var ts;
154154
(function (ts) {
155-
ts.version = "2.4.1-insiders.20170614";
155+
ts.version = "2.4.1";
156156
})(ts || (ts = {}));
157157
(function (ts) {
158158
ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined;

0 commit comments

Comments
 (0)