Bump version to 4.8.2 and LKG

This commit is contained in:
TypeScript Bot
2022-08-25 21:17:59 +00:00
parent 577411ca8c
commit 64cec036ca
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
var ts;
(function (ts) {
ts.versionMajorMinor = "4.8";
ts.version = "4.8.1-rc";
ts.version = "4.8.2";
var NativeCollections;
(function (NativeCollections) {
var globals = typeof globalThis !== "undefined" ? globalThis :
+1 -1
View File
@@ -109,7 +109,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 = "4.8.1-rc";
ts.version = "4.8.2";
/* @internal */
var Comparison;
(function (Comparison) {
+1 -1
View File
@@ -303,7 +303,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 = "4.8.1-rc";
ts.version = "4.8.2";
/* @internal */
var Comparison;
(function (Comparison) {
+1 -1
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 = "4.8.1-rc";
ts.version = "4.8.2";
/* @internal */
var Comparison;
(function (Comparison) {
+1 -1
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 = "4.8.1-rc";
ts.version = "4.8.2";
/* @internal */
var Comparison;
(function (Comparison) {
+1 -1
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 = "4.8.1-rc";
ts.version = "4.8.2";
/* @internal */
var Comparison;
(function (Comparison) {
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "4.8.1-rc",
"version": "4.8.2",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
+1 -1
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 = "4.8.1-rc" as string;
export const version = "4.8.2" as string;
/**
* Type of objects whose values are all of the same type.