Skip to content

Commit 69b4751

Browse files
committed
Merge branch 'main' of https://github.com/microsoft/TypeScript into feat/25758
2 parents c021661 + c81bf4d commit 69b4751

File tree

92 files changed

+3669
-569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+3669
-569
lines changed

.github/tsc.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

package-lock.json

Lines changed: 69 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,17 @@
2929
"node": ">=4.2.0"
3030
},
3131
"files": [
32-
"./bin",
33-
"./lib",
34-
"!./lib/enu",
35-
"./LICENSE.txt",
36-
"./README.md",
37-
"./SECURITY.md",
38-
"./ThirdPartyNoticeText.txt",
32+
"bin",
33+
"lib",
34+
"!lib/enu",
35+
"LICENSE.txt",
36+
"README.md",
37+
"SECURITY.md",
38+
"ThirdPartyNoticeText.txt",
3939
"!**/.gitattributes"
4040
],
4141
"devDependencies": {
4242
"@octokit/rest": "latest",
43-
"@types/async": "latest",
4443
"@types/chai": "latest",
4544
"@types/fs-extra": "^9.0.13",
4645
"@types/glob": "latest",
@@ -62,7 +61,6 @@
6261
"@typescript-eslint/eslint-plugin": "^5.33.1",
6362
"@typescript-eslint/parser": "^5.33.1",
6463
"@typescript-eslint/utils": "^5.33.1",
65-
"async": "latest",
6664
"azure-devops-node-api": "^11.2.0",
6765
"chai": "latest",
6866
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)