文件名称:type-coverage:用于检查打字稿代码的类型覆盖率的CLI工具
文件大小:181KB
文件格式:ZIP
更新时间:2024-04-23 02:48:13
TypeScript
类型覆盖 用于检查打字稿代码的类型覆盖率的CLI工具 此工具将检查所有标识符the type coverage rate , the type coverage rate = the count of identifiers whose type is not any the total count of identifiers / the total count of identifiers ,越高越好。 用例 显示从现有js代码到打字稿代码的长期逐步迁移的进度。 避免意外引入any由CI运行。 安装 yarn global add type-coverage 用法 运行type-coverage 论点 姓名 类型 描述 -p , --project 细绳? 告诉CLI tsconfig.json在tsconfig.json (在v1.0添加) --detail 布尔值?
【文件预览】:
type-coverage-master
----.eslintrc(562B)
----.github()
--------ISSUE_TEMPLATE.md(142B)
--------PULL_REQUEST_TEMPLATE.md(355B)
--------workflows()
----yarn.lock(78KB)
----clean-release.config.ts(1015B)
----.vscode()
--------launch.json(412B)
----packages()
--------vscode()
--------utils()
--------core()
--------plugin()
--------cli()
----.markdownlint.json(50B)
----demo()
--------ts-plugin.png(101KB)
----CONTRIBUTING.md(234B)
----.travis.yml(330B)
----tsconfig.json(90B)
----LICENSE(1KB)
----README.md(10KB)
----appveyor.yml(245B)
----.editorconfig(115B)
----.gitignore(1KB)
----clean-scripts.config.ts(937B)
----CHANGELOG.md(53KB)
----.eslintignore(20B)
----package.json(1KB)