browserify / browserify/syntax-error

If not defined, etc., it will not be recognized.

オープン
#22 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。