Bump version to 5.4.0-beta and LKG

This commit is contained in:
TypeScript Bot
2024-01-22 05:37:25 +00:00
parent 64d2eeea7b
commit 80ebb9d707
113 changed files with 630559 additions and 4 deletions

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: string = `${versionMajorMinor}.0-dev`;
export const version = "5.4.0-beta" as string;
/**
* Type of objects whose values are all of the same type.