fisher
fisher
hurry up @Constellation
uglify-js2 didn't support --harmony flags since now, i'v aready mail the owner, but gat nothing may be i'd switch uglify-js2 too , or let uglify-js2 support --harmony, -_-!
没看懂你的意思。。。, 运行环境能描述一下么?
"detector 模块中书写了 `var window = this` 这样的代码" 这句有可能会影响到,因为jscoverage的这段inject在代码的最前面, 当你的代码中出现 `var window = this` 作为一个全局的声明, 会将window重新define(如果window已经存在的话) (部分js引擎的解析貌似是这个样子) 当执行到这个statement时才赋值为 `this`, 所以会出现window为undefined的情况,也就命中了jscoverage的判断。 我去看看 spm test 做了什么
v4.12.0 still have this problem, it need to install vscode's node_modules manually: ```sh cd path_to_global_node_modules/codeserver/lib/vscode && npm i . --production --force ``` after installed, code-server can start up successfully. seams...
@mmikowski Istanbul now is the best option, it's have a complete branch-coverage-test.
will support soon