Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

flow check

kmelmon edited this pageFeb 7, 2020 ·3 revisions

TODO: add more details
Flow is a type-script like language from Facebook. Seehttps://flow.org/
We run flow-check as part of the CI loop to validate type information.
You can run flow-check by running yarn lint from the root of the repo. You can also run it within sub-projects (eg packages\react-native-win32).
Flow-check can be configured by creating a .flowconfig file. Seehttps://flow.org/en/docs/config/.
The main purpose of this file is to list which files to ignore, which is needed for platform-specific overrides (eg if we have a Dimensions.windows.js, flow gets confused between this and Dimensions.js, so we ignore Dimensions.js)

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp