browserify / browserify/syntax-error
If not defined, etc., it will not be recognized.
- Langage dominant
- JavaScript
- Étoiles
- 81
- Forks
- 26
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
main.js
```
var some = {};
module.exports = some;
a
```
errorCheck.js
```
var file = require("path").join("main.js");
var src = require("fs").readFileSync(file);
var ec = check(src, file);
if(ec) return { ... };
require("./main.js");
...
```
```
uncaughtException - a is not defined
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start with the main.js and errorCheck.js examples in the issue and inspect the package entry point that exposes check. Reproduce the shown uncaughtException behavior, then review existing tests to determine whether this case is expected to be reported; done should include a test or clarified behavior for the example.
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é
- À clarifier
- Accessibilité débutants
- 32/100