随笔分类 -  ts

摘要:/** * * @param newTree Arr * @param oldTree Arr * @param cb Fun (newItem, oldItem, parents) => {} newItem: newTree 的 item. oldItem oldTree 的 item,可能会不 阅读全文
posted @ 2021-02-19 09:53 月剑风花 阅读(82) 评论(0) 推荐(0)
摘要:1:安装ts: npm install -g typescript2:安装直接运行所需依赖包: npm install -g ts-node 3:在设置中安装安装插件后重启 4:重启后就会发现在ts文件中就会出现 run 了 阅读全文
posted @ 2019-12-13 16:56 月剑风花 阅读(7245) 评论(0) 推荐(2)