Skip to content

Commit 6ffe829

Browse files
committed
Update LKG
1 parent 15a0d3f commit 6ffe829

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lib/tsc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ var ts;
152152
var ts;
153153
(function (ts) {
154154
ts.versionMajorMinor = "2.5";
155-
ts.version = ts.versionMajorMinor + ".1";
155+
ts.version = ts.versionMajorMinor + ".2";
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;

lib/tsserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ var ts;
11641164
var ts;
11651165
(function (ts) {
11661166
ts.versionMajorMinor = "2.5";
1167-
ts.version = ts.versionMajorMinor + ".1";
1167+
ts.version = ts.versionMajorMinor + ".2";
11681168
})(ts || (ts = {}));
11691169
(function (ts) {
11701170
ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined;

lib/tsserverlibrary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ var ts;
11641164
var ts;
11651165
(function (ts) {
11661166
ts.versionMajorMinor = "2.5";
1167-
ts.version = ts.versionMajorMinor + ".1";
1167+
ts.version = ts.versionMajorMinor + ".2";
11681168
})(ts || (ts = {}));
11691169
(function (ts) {
11701170
ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined;

lib/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ var ts;
13491349
// If changing the text in this section, be sure to test `configureNightly` too.
13501350
ts.versionMajorMinor = "2.5";
13511351
/** The version of the TypeScript compiler release */
1352-
ts.version = ts.versionMajorMinor + ".1";
1352+
ts.version = ts.versionMajorMinor + ".2";
13531353
})(ts || (ts = {}));
13541354
/* @internal */
13551355
(function (ts) {

lib/typescriptServices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ var ts;
13491349
// If changing the text in this section, be sure to test `configureNightly` too.
13501350
ts.versionMajorMinor = "2.5";
13511351
/** The version of the TypeScript compiler release */
1352-
ts.version = ts.versionMajorMinor + ".1";
1352+
ts.version = ts.versionMajorMinor + ".2";
13531353
})(ts || (ts = {}));
13541354
/* @internal */
13551355
(function (ts) {

lib/typingsInstaller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ var ts;
162162
var ts;
163163
(function (ts) {
164164
ts.versionMajorMinor = "2.5";
165-
ts.version = ts.versionMajorMinor + ".1";
165+
ts.version = ts.versionMajorMinor + ".2";
166166
})(ts || (ts = {}));
167167
(function (ts) {
168168
ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined;

0 commit comments

Comments
 (0)