javascript-sdk icon indicating copy to clipboard operation
javascript-sdk copied to clipboard

storage.d.ts使用了HTMLInputElement导致依赖dom

Open GongT opened this issue 7 years ago • 3 comments

[email protected]

虽然并不是大问题

lib必须加dom才能编译,但我这个是纯node项目

GongT avatar Apr 09 '18 03:04 GongT

除了换成 any,你有什么更好的建议吗, Captcha#bind 方法确实是只有在浏览器环境下可以用。

leeyeh avatar Apr 09 '18 08:04 leeyeh

终极解决办法是把各个功能拆成小包?顺便解决太大的问题。。

(我去试试把.d.ts分成好2个能不能解决

GongT avatar Apr 10 '18 06:04 GongT

同样遇到这个问题…… 希望优化一下类型定义这块,现在 ts 用的人越来越多了

cheese-git avatar Nov 28 '18 09:11 cheese-git