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