Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9b4e511
refactor(typingsInstaller): modernize architecture and improve type s…
KushalMeghani1644 Sep 6, 2025
247daa6
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 6, 2025
7c7d2cc
fix(typingsInstaller): restore original behavior for npm path detecti…
KushalMeghani1644 Sep 6, 2025
a34cb7f
Merge branch 'refactor' of github.com:KushalMeghani1644/TypeScript in…
KushalMeghani1644 Sep 6, 2025
65e98d2
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 6, 2025
e38d3ad
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 6, 2025
afa765c
fix(typingsInstaller): use Node.js timers module instead of global se…
KushalMeghani1644 Sep 6, 2025
e7e8660
Merge branch 'refactor' of github.com:KushalMeghani1644/TypeScript in…
KushalMeghani1644 Sep 6, 2025
15b4647
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 6, 2025
16a1e49
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 6, 2025
74ff8f3
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 6, 2025
c4e7112
Fix regex
KushalMeghani1644 Sep 6, 2025
80787b9
Merge branch 'refactor' of github.com:KushalMeghani1644/TypeScript in…
KushalMeghani1644 Sep 6, 2025
674b001
refactor: improve package validation and cache hit tracking
KushalMeghani1644 Sep 7, 2025
bcf2e59
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 7, 2025
6ae8468
feat: centralize process shutdown in typings installer
KushalMeghani1644 Sep 7, 2025
3293f9f
Merge branch 'refactor' of github.com:KushalMeghani1644/TypeScript in…
KushalMeghani1644 Sep 7, 2025
39404f1
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 7, 2025
f909496
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 7, 2025
fcc0ad3
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 7, 2025
b8eb15d
Update src/typingsInstaller/nodeTypingsInstaller.ts
KushalMeghani1644 Sep 7, 2025
5606739
Remove timeoutId.unref
KushalMeghani1644 Sep 7, 2025
001d8e9
Merge branch 'refactor' of github.com:KushalMeghani1644/TypeScript in…
KushalMeghani1644 Sep 7, 2025
92cddd7
Update package.json
KushalMeghani1644 Sep 7, 2025
59f9b9d
Added timeoutId.unref() and removed versions to get rid of warnings
KushalMeghani1644 Sep 7, 2025
107c952
Fix formatting
KushalMeghani1644 Sep 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 39 additions & 7 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.10",
"@types/ms": "^0.7.34",
"@types/node": "latest",
"@types/node": "^24.3.1",
"@types/source-map-support": "^0.5.10",
"@types/validate-npm-package-name": "^4.0.2",
"@types/which": "^3.0.4",
"@typescript-eslint/rule-tester": "^8.39.1",
"@typescript-eslint/type-utils": "^8.39.1",
Expand Down Expand Up @@ -114,5 +115,8 @@
"volta": {
"node": "20.1.0",
"npm": "8.19.4"
},
"dependencies": {
"validate-npm-package-name": "^6.0.2"
}
}
Loading
Loading