Bump version to 4.9.3 and LKG. · microsoft/TypeScript@93bd577 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -69,7 +69,7 @@ var __generator = (this && this.__generator) | | function (thisArg, body) { | |
| 69 | 69 | var ts; |
| 70 | 70 | (function (ts) { |
| 71 | 71 | ts.versionMajorMinor = "4.9"; |
| 72 | - ts.version = "".concat(ts.versionMajorMinor, ".2-rc"); | |
| 72 | + ts.version = "".concat(ts.versionMajorMinor, ".3"); | |
| 73 | 73 | var NativeCollections; |
| 74 | 74 | (function (NativeCollections) { |
| 75 | 75 | var globals = typeof globalThis !== "undefined" ? globalThis : |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -109,7 +109,7 @@ var ts; | ||
| 109 | 109 | // The following is baselined as a literal template type without intervention |
| 110 | 110 | /** The version of the TypeScript compiler release */ |
| 111 | 111 | // eslint-disable-next-line @typescript-eslint/no-inferrable-types |
| 112 | - ts.version = "".concat(ts.versionMajorMinor, ".2-rc"); | |
| 112 | + ts.version = "".concat(ts.versionMajorMinor, ".3"); | |
| 113 | 113 | /* @internal */ |
| 114 | 114 | var Comparison; |
| 115 | 115 | (function (Comparison) { |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -108,7 +108,7 @@ var ts; | ||
| 108 | 108 | // The following is baselined as a literal template type without intervention |
| 109 | 109 | /** The version of the TypeScript compiler release */ |
| 110 | 110 | // eslint-disable-next-line @typescript-eslint/no-inferrable-types |
| 111 | - ts.version = "".concat(ts.versionMajorMinor, ".2-rc"); | |
| 111 | + ts.version = "".concat(ts.versionMajorMinor, ".3"); | |
| 112 | 112 | /* @internal */ |
| 113 | 113 | var Comparison; |
| 114 | 114 | (function (Comparison) { |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -99,7 +99,7 @@ var ts; | ||
| 99 | 99 | // The following is baselined as a literal template type without intervention |
| 100 | 100 | /** The version of the TypeScript compiler release */ |
| 101 | 101 | // eslint-disable-next-line @typescript-eslint/no-inferrable-types |
| 102 | - ts.version = "".concat(ts.versionMajorMinor, ".2-rc"); | |
| 102 | + ts.version = "".concat(ts.versionMajorMinor, ".3"); | |
| 103 | 103 | /* @internal */ |
| 104 | 104 | var Comparison; |
| 105 | 105 | (function (Comparison) { |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -99,7 +99,7 @@ var ts; | ||
| 99 | 99 | // The following is baselined as a literal template type without intervention |
| 100 | 100 | /** The version of the TypeScript compiler release */ |
| 101 | 101 | // eslint-disable-next-line @typescript-eslint/no-inferrable-types |
| 102 | - ts.version = "".concat(ts.versionMajorMinor, ".2-rc"); | |
| 102 | + ts.version = "".concat(ts.versionMajorMinor, ".3"); | |
| 103 | 103 | /* @internal */ |
| 104 | 104 | var Comparison; |
| 105 | 105 | (function (Comparison) { |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -89,7 +89,7 @@ var ts; | ||
| 89 | 89 | // The following is baselined as a literal template type without intervention |
| 90 | 90 | /** The version of the TypeScript compiler release */ |
| 91 | 91 | // eslint-disable-next-line @typescript-eslint/no-inferrable-types |
| 92 | - ts.version = "".concat(ts.versionMajorMinor, ".2-rc"); | |
| 92 | + ts.version = "".concat(ts.versionMajorMinor, ".3"); | |
| 93 | 93 | /* @internal */ |
| 94 | 94 | var Comparison; |
| 95 | 95 | (function (Comparison) { |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -2,7 +2,7 @@ | ||
| 2 | 2 | "name": "typescript", |
| 3 | 3 | "author": "Microsoft Corp.", |
| 4 | 4 | "homepage": "https://www.typescriptlang.org/", |
| 5 | -"version": "4.9.2-rc", | |
| 5 | +"version": "4.9.3", | |
| 6 | 6 | "license": "Apache-2.0", |
| 7 | 7 | "description": "TypeScript is a language for application scale JavaScript development", |
| 8 | 8 | "keywords": [ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -5,7 +5,7 @@ namespace ts { | ||
| 5 | 5 | // The following is baselined as a literal template type without intervention |
| 6 | 6 | /** The version of the TypeScript compiler release */ |
| 7 | 7 | // eslint-disable-next-line @typescript-eslint/no-inferrable-types |
| 8 | -export const version: string = `${versionMajorMinor}.2-rc`; | |
| 8 | +export const version: string = `${versionMajorMinor}.3`; | |
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Type of objects whose values are all of the same type. |