Results 11 comments of ziliao

> 请问babel-traverse里的api哪里找呢,我在别人的plugin里找到了这段代码`path.get('specifiers')`,但是我完全不知道get里面可以传哪些参数 https://github.com/jamiebuilds/babel-handbook/blob/master/translations/zh-Hans/plugin-handbook.md#toc-visitors 这个handbook有解释

a full executable example, I dont konw. A executable webpack uglify will be this ```js new webpack.optimize.UglifyJsPlugin({ compress: { unused: true, dead_code: true, warnings: false }, mangle: { except: ['$',...

same problem may be it affected by the terminal. it shows different colors in terminal and iterm2

same issue (rc-trigger 5.2.10,Ant Design 4.18.3)

因为wujie在页面组件销毁时,未清理window.addEventListener('')上添加的事件,然而sandbox被清除了,如果继续做操作触发了事件,此时访问document时,因为sandbox被清除了,所以sandbox.proxyDocument得到的是null.

开启alive,避免其清空沙箱,可以暂时避免这种问题

这个问题我们定位到了。 因为wujie在页面组件销毁时,未清理window.addEventListener('')上添加的事件,然而sandbox被清除了,如果继续做操作触发了事件,此时访问document时,因为sandbox被清除了,所以sandbox.proxyDocument得到的是null.