hunter2009

Results 4 issues of hunter2009

I found unused exports can't used for ts file. Has any plan to support? ![image](https://user-images.githubusercontent.com/7654492/144240910-5094eaa5-6960-4559-9a41-889dfcbe8d24.png)

After reading [useage of filtering](https://pnpm.io/filtering) multiple times, I found some filter usage rules. It had three key elements and two operators: Elements list - package-name - dir-name - git(commitId or...

1. 文档不够完善,好多配置要去扫源码; 2. 调试起来不方便,也要去源码断点调试,异常和错误信息起码应该抛到控制台里面; 3. 断开链接后,Opera没有自动关闭; 4. 有些文件change会导致context.html iframe中的head和body变为空,而且刷新不能使用...

第四章节(扩展的对象功能)-》自身属性的枚举排序=》 `for-in 循环的枚举顺序仍不明确,因为各 JavaScript 引擎的实现不懂。同样 Object.keys() 和 JSON.stringify() 由于枚举顺序和 for-in 相同导致它们的具体结果也无确切定义。` `实现不懂。 ` =》 `实现不同;`