Bump version to 4.4.1-rc and LKG

This commit is contained in:
TypeScript Bot 2021-08-06 22:43:19 +00:00
parent eb1e566444
commit e7fd303cd1
8 changed files with 8 additions and 8 deletions

View file

@ -69,7 +69,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
var ts;
(function (ts) {
ts.versionMajorMinor = "4.4";
ts.version = ts.versionMajorMinor + ".0-beta";
ts.version = "4.4.1-rc";
var NativeCollections;
(function (NativeCollections) {
function tryGetNativeMap() {

View file

@ -100,7 +100,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-beta";
ts.version = "4.4.1-rc";
/* @internal */
var Comparison;
(function (Comparison) {

View file

@ -294,7 +294,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-beta";
ts.version = "4.4.1-rc";
/* @internal */
var Comparison;
(function (Comparison) {

View file

@ -294,7 +294,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-beta";
ts.version = "4.4.1-rc";
/* @internal */
var Comparison;
(function (Comparison) {

View file

@ -294,7 +294,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-beta";
ts.version = "4.4.1-rc";
/* @internal */
var Comparison;
(function (Comparison) {

View file

@ -89,7 +89,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-beta";
ts.version = "4.4.1-rc";
/* @internal */
var Comparison;
(function (Comparison) {

View file

@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "4.4.0-beta",
"version": "4.4.1-rc",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View file

@ -5,7 +5,7 @@ namespace 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
export const version = `${versionMajorMinor}.0-beta`;
export const version = "4.4.1-rc" as string;
/**
* Type of objects whose values are all of the same type.