browserify / browserify/syntax-error
If not defined, etc., it will not be recognized.
オープン
- 主要言語
- JavaScript
- スター
- 81
- フォーク
- 26
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 32/100