Bump version to 4.0.3 and LKG

This commit is contained in:
TypeScript Bot 2020-09-18 17:46:05 +00:00
parent 2eb5deae4b
commit fee3bfbe91
8 changed files with 8 additions and 8 deletions

View file

@ -67,7 +67,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
var ts;
(function (ts) {
ts.versionMajorMinor = "4.0";
ts.version = "4.0.2";
ts.version = "4.0.3";
var NativeCollections;
(function (NativeCollections) {
function tryGetNativeMap() {

View file

@ -94,7 +94,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "4.0";
/** The version of the TypeScript compiler release */
ts.version = "4.0.2";
ts.version = "4.0.3";
/* @internal */
var Comparison;
(function (Comparison) {

View file

@ -288,7 +288,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "4.0";
/** The version of the TypeScript compiler release */
ts.version = "4.0.2";
ts.version = "4.0.3";
/* @internal */
var Comparison;
(function (Comparison) {

View file

@ -288,7 +288,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "4.0";
/** The version of the TypeScript compiler release */
ts.version = "4.0.2";
ts.version = "4.0.3";
/* @internal */
var Comparison;
(function (Comparison) {

View file

@ -288,7 +288,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "4.0";
/** The version of the TypeScript compiler release */
ts.version = "4.0.2";
ts.version = "4.0.3";
/* @internal */
var Comparison;
(function (Comparison) {

View file

@ -83,7 +83,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "4.0";
/** The version of the TypeScript compiler release */
ts.version = "4.0.2";
ts.version = "4.0.3";
/* @internal */
var Comparison;
(function (Comparison) {

View file

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

View file

@ -3,7 +3,7 @@ namespace ts {
// If changing the text in this section, be sure to test `configurePrerelease` too.
export const versionMajorMinor = "4.0";
/** The version of the TypeScript compiler release */
export const version = "4.0.2" as string;
export const version = "4.0.3" as string;
/**
* Type of objects whose values are all of the same type.