fi*, fl*: add Korean translation (#14255)

This commit is contained in:
HoJeong Im
2024-10-21 01:05:00 +09:00
committed by GitHub
parent c15320f56c
commit ee2c7d2780
14 changed files with 293 additions and 0 deletions

20
pages.ko/common/flow.md Normal file
View File

@@ -0,0 +1,20 @@
# flow
> JavaScript용 정적 유형 검사기.
> 더 많은 정보: <https://flow.org>.
- 흐름 검사를 실행:
`flow`
- 흐름별로 검사 중인 파일을 확인:
`flow ls`
- 디렉토리의 모든 파일에 대해 유형 검사를 실행:
`flow batch-coverage --show-all --strip-root {{경로/대상/디렉터리}}`
- 라인별 유형 적용 범위 통계 표시:
`flow coverage --color {{경로/대상/파일.jsx}}`