Skip to content

Commit 98a5998

Browse files
committed
chore: maybe fix wrong widening of lazy params
1 parent 5591020 commit 98a5998

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tall-vans-learn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tsplus/installer": patch
3+
---
4+
5+
Potentially fix excessive widening of lazy params

src/download.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as mkdirp from "mkdirp"
44
import * as path from "path"
55
import * as rimraf from "rimraf"
66

7-
const hash = "a3839f94dcdb066f9cf87fdf5de4e429802f35d9"
7+
const hash = "adf109d37c73cb4cb6bcaf5683dacb4cab379f71"
88
const version = "4.6.0-ets.20220131"
99
const tgz = `https://raw.githubusercontent.com/ts-plus/typescript/${hash}/dev/typescript-${version}.tgz`
1010

0 commit comments

Comments
 (0)