microsoft / microsoft/TypeScript
Provide Grammar Errors for JavaScript Files
Abierto
@sandersn ya está trabajando en esto.
Desde el 6/8/2021.
Awaiting More Feedback
Domain: JavaScript
Experimentation Needed
Rescheduled
Suggestion
- Lenguaje dominante
- Go
- Estrellas
- 111k
- Forks
- 14.4k
- Merge medio
- 1 d 19 h
- PR fusionados (30 d)
- 117
Descripción
Recently, we started reporting high-confidence errors for typos as suggestions in the language service. We believe that there is a set of grammar issues that are worth erroring on as well that are not reported today (e.g. duplicate block-scoped variables, extending multiple classes, rest parameters occurring before regular parameters, etc.)
Open questions:
- How do we implement this as part of our API?
- What sorts of errors are acceptable here?
- Would we be giving errors that run against the expectations of any popular runtimes, build tools, or syntax extensions?
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.