Skip to content

Commit

Permalink
Update LKG.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Feb 23, 2021
1 parent 31aa1cf commit e213b2a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/tsc.js
Expand Up @@ -65,7 +65,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
var ts;
(function (ts) {
ts.versionMajorMinor = "4.2";
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = "4.2.2";
var NativeCollections;
(function (NativeCollections) {
function tryGetNativeMap() {
Expand Down
2 changes: 1 addition & 1 deletion lib/tsserver.js
Expand Up @@ -96,7 +96,7 @@ var ts;
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = "4.2.2";
/* @internal */
var Comparison;
(function (Comparison) {
Expand Down
2 changes: 1 addition & 1 deletion lib/tsserverlibrary.js
Expand Up @@ -290,7 +290,7 @@ var ts;
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = "4.2.2";
/* @internal */
var Comparison;
(function (Comparison) {
Expand Down
2 changes: 1 addition & 1 deletion lib/typescript.js
Expand Up @@ -290,7 +290,7 @@ var ts;
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = "4.2.2";
/* @internal */
var Comparison;
(function (Comparison) {
Expand Down
2 changes: 1 addition & 1 deletion lib/typescriptServices.js
Expand Up @@ -290,7 +290,7 @@ var ts;
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = "4.2.2";
/* @internal */
var Comparison;
(function (Comparison) {
Expand Down
2 changes: 1 addition & 1 deletion lib/typingsInstaller.js
Expand Up @@ -85,7 +85,7 @@ var ts;
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = "4.2.2";
/* @internal */
var Comparison;
(function (Comparison) {
Expand Down

0 comments on commit e213b2a

Please sign in to comment.