exercism / exercism/javascript-analyzer
Detect dead code from stub
Abierto
x:action/improve
x:module/analyzer
x:module/concept-exercise
x:module/practice-exercise
x:type/coding
- Lenguaje dominante
- TypeScript
- Estrellas
- 16
- Forks
- 21
- Merge medio
- 6 h 53 min
- PR fusionados (30 d)
- 2
Descripción
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');
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.