Bump version to 5.4.1-rc and LKG

This commit is contained in:
TypeScript Bot
2024-02-19 06:10:40 +00:00
parent bd4f51c8f0
commit db6b2a9802
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ and limitations under the License.
// src/compiler/corePublic.ts
var versionMajorMinor = "5.4";
var version = "5.4.0-beta";
var version = "5.4.1-rc";
// src/compiler/core.ts
var emptyArray = [];
+1 -1
View File
@@ -2340,7 +2340,7 @@ module.exports = __toCommonJS(server_exports);
// src/compiler/corePublic.ts
var versionMajorMinor = "5.4";
var version = "5.4.0-beta";
var version = "5.4.1-rc";
var Comparison = /* @__PURE__ */ ((Comparison3) => {
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
+1 -1
View File
@@ -35,7 +35,7 @@ var ts = (() => {
"src/compiler/corePublic.ts"() {
"use strict";
versionMajorMinor = "5.4";
version = "5.4.0-beta";
version = "5.4.1-rc";
Comparison = /* @__PURE__ */ ((Comparison3) => {
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
+1 -1
View File
@@ -54,7 +54,7 @@ var path = __toESM(require("path"));
// src/compiler/corePublic.ts
var versionMajorMinor = "5.4";
var version = "5.4.0-beta";
var version = "5.4.1-rc";
// src/compiler/core.ts
var emptyArray = [];
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "typescript",
"version": "5.4.0-beta",
"version": "5.4.1-rc",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "typescript",
"version": "5.4.0-beta",
"version": "5.4.1-rc",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "5.4.0-beta",
"version": "5.4.1-rc",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
+1 -1
View File
@@ -4,7 +4,7 @@ export const versionMajorMinor = "5.4";
// 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 = "5.4.0-beta" as string;
export const version = "5.4.1-rc" as string;
/**
* Type of objects whose values are all of the same type.