browserify / browserify/syntax-error
various programs with unmatching curlies and parens do not cause SyntaxError to be thrown
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 81
- Forks
- 26
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
```
> require('syntax-error')('})({')
undefined
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by reproducing the reported require('syntax-error')('})({') case through the package entry point and inspect how unmatched curly braces and parentheses are parsed. Verify that the malformed input produces a SyntaxError, then add coverage for the reported case and other mismatched delimiters if the existing tests expose them.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript
- Domaine
- tooling
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100