Skip to content

Commit

Permalink
Update LKG and devDep of typescript to v4.8.3 (#50689)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Sep 8, 2022
1 parent be4e9ba commit 2f1ba45
Show file tree
Hide file tree
Showing 9 changed files with 694 additions and 538 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.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -91,7 +91,7 @@
"ms": "^2.1.3",
"node-fetch": "^2.6.7",
"source-map-support": "latest",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"vinyl": "latest",
"which": "^2.0.2",
"xml2js": "^0.4.23"
Expand Down

0 comments on commit 2f1ba45

Please sign in to comment.