browserify / browserify/syntax-error
various programs with unmatching curlies and parens do not cause SyntaxError to be thrown
オープン
- 主要言語
- JavaScript
- スター
- 81
- フォーク
- 26
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
```
> require('syntax-error')('})({')
undefined
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100