[chore] address breaking changes to conditional types in typescript@4.5
#30
Labels
chore
dependencies
Pull requests that update a dependency file
maintenance
It ain't much, but it's honest work
I attempted to upgrade from
typescript@4.2
totypescript@4.9
, but there are breaking changes intypescript@4.5
which prevent the upgrade.The following code seems to make use of this feature:
noteworthy/src/main/app.ts
Lines 186 to 197 in 4715af9
noteworthy/src/common/ipc.ts
Lines 12 to 17 in ab309d3
noteworthy/src/main/MainIPC.ts
Lines 25 to 47 in 4715af9
I receive the following compile error:
For more information see microsoft/TypeScript#46429.
The text was updated successfully, but these errors were encountered: