exercism / exercism/javascript-analyzer
Detect dead code from stub
未关闭
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 还没有评估数据。