lee003

Results 2 comments of lee003

IfWithExpressFix 做了两种类型的判断 isExpressionStatement isReturnStatement 不晓得这里是否有特殊情况 我直接改成了 ```js if (types.isIfStatement(node)){ if (node.consequent != null && !types.isBlockStatement(node.consequent)){ path.node.consequent = types.blockStatement([node.consequent]) } else if(node.consequent === null){ path.node.consequent = types.blockStatement([]) } if (node.alternate !=...

一样遇到了, 浏览器的弹窗 不是 js的弹窗 没什么办法点击。 检测弹窗函数 也找不到