exercism / exercism/javascript-analyzer

Detect dead code from stub

未关闭
#165 12 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
x:action/improve x:module/analyzer x:module/concept-exercise x:module/practice-exercise x:type/coding
主要语言
TypeScript
星标
16
派生
21
平均合并
6 小时 53 分钟
30 天内合并 PR
2

描述

The following four placeholders are present in the stubs. They should be detected and a "must-fix" message should be added to remove the line which is now dead-code.

```javascript
throw new Error('Please implement the (...) function')
throw new Error('Remove this line and implement the function')
throw new Error('Implement the (...) function')
throw new Error('Remove this statement and implement this function');
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。