Make semicov work without using semicolons
- 主要语言
- JavaScript
- 星标
- 2
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
From the homepage:
> So, basically it should work very well for any code passed following jslint validations:
> - semicolons
I think it's necessary to make semicov work with code without semicolons, because most Node.js coders don't use semicolons.
I don't use them either.
Some of the reasons:
- https://npmjs.org/doc/coding-style.html
- http://mislav.uniqpath.com/2010/05/semicolons/
Are there any technical limitations?
贡献指南
这个仓库没有索引到贡献指南
调研方向
Examine the semicov codebase to understand how it currently parses JavaScript and relies on semicolons. Look at the main parsing logic and the test suite to see what breaks without semicolons. The goal is to modify the tool to handle Automatic Semicolon Insertion (ASI) correctly. A good starting point is the project's README and any existing tests for coverage analysis.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, nodejs
- 领域
- testing-qa, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 35/100