Skip to content

Commit e213b2a

Browse files
Update LKG.
1 parent 31aa1cf commit e213b2a

6 files changed

+6
-6
lines changed

lib/tsc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
6565
var ts;
6666
(function (ts) {
6767
ts.versionMajorMinor = "4.2";
68-
ts.version = ts.versionMajorMinor + ".0-dev";
68+
ts.version = "4.2.2";
6969
var NativeCollections;
7070
(function (NativeCollections) {
7171
function tryGetNativeMap() {

lib/tsserver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ var ts;
9696
// The following is baselined as a literal template type without intervention
9797
/** The version of the TypeScript compiler release */
9898
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
99-
ts.version = ts.versionMajorMinor + ".0-dev";
99+
ts.version = "4.2.2";
100100
/* @internal */
101101
var Comparison;
102102
(function (Comparison) {

lib/tsserverlibrary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ var ts;
290290
// The following is baselined as a literal template type without intervention
291291
/** The version of the TypeScript compiler release */
292292
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
293-
ts.version = ts.versionMajorMinor + ".0-dev";
293+
ts.version = "4.2.2";
294294
/* @internal */
295295
var Comparison;
296296
(function (Comparison) {

lib/typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ var ts;
290290
// The following is baselined as a literal template type without intervention
291291
/** The version of the TypeScript compiler release */
292292
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
293-
ts.version = ts.versionMajorMinor + ".0-dev";
293+
ts.version = "4.2.2";
294294
/* @internal */
295295
var Comparison;
296296
(function (Comparison) {

lib/typescriptServices.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ var ts;
290290
// The following is baselined as a literal template type without intervention
291291
/** The version of the TypeScript compiler release */
292292
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
293-
ts.version = ts.versionMajorMinor + ".0-dev";
293+
ts.version = "4.2.2";
294294
/* @internal */
295295
var Comparison;
296296
(function (Comparison) {

lib/typingsInstaller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var ts;
8585
// The following is baselined as a literal template type without intervention
8686
/** The version of the TypeScript compiler release */
8787
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
88-
ts.version = ts.versionMajorMinor + ".0-dev";
88+
ts.version = "4.2.2";
8989
/* @internal */
9090
var Comparison;
9191
(function (Comparison) {

0 commit comments

Comments
 (0)