Skip to content

Commit

Permalink
Bump version to 4.8.3 and LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Sep 7, 2022
1 parent 6bb16f1 commit ea348f6
Show file tree
Hide file tree
Showing 9 changed files with 688 additions and 532 deletions.
195 changes: 111 additions & 84 deletions lib/tsc.js

Large diffs are not rendered by default.

214 changes: 120 additions & 94 deletions lib/tsserver.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lib/tsserverlibrary.d.ts
Expand Up @@ -7033,7 +7033,6 @@ declare namespace ts.server {
gc?(): void;
trace?(s: string): void;
require?(initialPath: string, moduleName: string): ModuleImportResult;
importServicePlugin?(root: string, moduleName: string): Promise<ModuleImportResult>;
}
}
declare namespace ts.server {
Expand Down
212 changes: 119 additions & 93 deletions lib/tsserverlibrary.js

Large diffs are not rendered by default.

198 changes: 112 additions & 86 deletions lib/typescript.js

Large diffs are not rendered by default.

198 changes: 112 additions & 86 deletions lib/typescriptServices.js

Large diffs are not rendered by default.

198 changes: 112 additions & 86 deletions lib/typingsInstaller.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "4.8.2",
"version": "4.8.3",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/corePublic.ts
Expand Up @@ -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.2" as string;
export const version = "4.8.3" as string;

/**
* Type of objects whose values are all of the same type.
Expand Down

0 comments on commit ea348f6

Please sign in to comment.