Skip to content

Commit ea348f6

Browse files
Bump version to 4.8.3 and LKG
1 parent 6bb16f1 commit ea348f6

9 files changed

+688
-532
lines changed

lib/tsc.js

Lines changed: 111 additions & 84 deletions
Large diffs are not rendered by default.

lib/tsserver.js

Lines changed: 120 additions & 94 deletions
Large diffs are not rendered by default.

lib/tsserverlibrary.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7033,7 +7033,6 @@ declare namespace ts.server {
70337033
gc?(): void;
70347034
trace?(s: string): void;
70357035
require?(initialPath: string, moduleName: string): ModuleImportResult;
7036-
importServicePlugin?(root: string, moduleName: string): Promise<ModuleImportResult>;
70377036
}
70387037
}
70397038
declare namespace ts.server {

lib/tsserverlibrary.js

Lines changed: 119 additions & 93 deletions
Large diffs are not rendered by default.

lib/typescript.js

Lines changed: 112 additions & 86 deletions
Large diffs are not rendered by default.

lib/typescriptServices.js

Lines changed: 112 additions & 86 deletions
Large diffs are not rendered by default.

lib/typingsInstaller.js

Lines changed: 112 additions & 86 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
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.8.2",
5+
"version": "4.8.3",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/corePublic.ts

Lines changed: 1 addition & 1 deletion
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.8.2" as string;
8+
export const version = "4.8.3" as string;
99

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

0 commit comments

Comments
 (0)