Skip to content

Commit 27d6e44

Browse files
Bump version to 4.3.2 and LKG
1 parent fed2315 commit 27d6e44

8 files changed

+1834
-1059
lines changed

lib/tsc.js

+240-131
Large diffs are not rendered by default.

lib/tsserver.js

+334-194
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/tsserverlibrary.js

+334-194
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/typescript.js

+332-193
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/typescriptServices.js

+332-193
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/typingsInstaller.js

+260-152
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "https://www.typescriptlang.org/",
5-
"version": "4.3.1-rc",
5+
"version": "4.3.2",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/corePublic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace ts {
55
// The following is baselined as a literal template type without intervention
66
/** The version of the TypeScript compiler release */
77
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
8-
export const version = "4.3.1-rc" as string;
8+
export const version = "4.3.2" as string;
99

1010
/**
1111
* Type of objects whose values are all of the same type.

0 commit comments

Comments
 (0)