add new chinese translations
This commit is contained in:
20
pages.zh/common/flow.md
Normal file
20
pages.zh/common/flow.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# flow
|
||||
|
||||
> JavaScript 的静态类型检查器。
|
||||
> 更多信息: <https://flow.org>。
|
||||
|
||||
- 运行 flow 检查:
|
||||
|
||||
`flow`
|
||||
|
||||
- 检查哪些文件正在被 flow 检查:
|
||||
|
||||
`flow ls`
|
||||
|
||||
- 对目录中的所有文件运行类型覆盖检查:
|
||||
|
||||
`flow batch-coverage --show-all --strip-root {{path/to/directory}}`
|
||||
|
||||
- 显示逐行类型覆盖统计:
|
||||
|
||||
`flow coverage --color {{path/to/file.jsx}}`
|
Reference in New Issue
Block a user