Why is TSD deprecated?

强颜欢笑 提交于 2019-12-23 06:58:27

问题


Official tsd annouced that tsd is deprecated and recommend using typings instead. Why is TSD deprecated? What is the difference between tsd and typings. What is the advantage of typings?


回答1:


From the first link you provided:

TSD link is flawed and not really a solid long-term solution - as it relies on ambient modules, causes duplicate identifiers and generally forces users to re-install sub-dependencies

From the second link: why

And so on: Typings, the Registy and Versions



来源:https://stackoverflow.com/questions/35598876/why-is-tsd-deprecated

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!