You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2019. It is now read-only.
Result - removed library definitions are still in typings directory and referenced in tsd.d.ts
Expected - removed library .d.ts files are deleted and no longer referenced in tsd.d.ts
Here we also have inconsistency in behaviour - if definition is added into tsd.json, then after tsd reinstall --save it is downloaded into typings and referenced in tsd.d.ts
The text was updated successfully, but these errors were encountered:
Version affected: 0.6.3
Steps to reproduce:
tsd reinstall --save
tsd reinstall --save
Result - removed library definitions are still in
typings
directory and referenced intsd.d.ts
Expected - removed library
.d.ts
files are deleted and no longer referenced intsd.d.ts
Here we also have inconsistency in behaviour - if definition is added into
tsd.json
, then aftertsd reinstall --save
it is downloaded intotypings
and referenced intsd.d.ts
The text was updated successfully, but these errors were encountered: