mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
## Summary By removing them, the flowconfig file will be cleaner and easier to maintain. ## How did you test this change? ci green
48 lines
922 B
Plaintext
48 lines
922 B
Plaintext
[ignore]
|
|
.*/scripts/bench/.*
|
|
.*/build/.*
|
|
.*/fixtures/.*
|
|
.*/.tempUserDataDir/.*
|
|
|
|
# These shims are copied into external projects:
|
|
.*/rollup/shims/facebook-www/.*
|
|
.*/rollup/shims/react-native/.*
|
|
|
|
.*/node_modules/fbjs/lib/keyMirrorRecursive.js.flow
|
|
.*/node_modules/resolve/test/.*
|
|
.*/__mocks__/.*
|
|
.*/__tests__/.*
|
|
|
|
# TODO: noop should get its own inlinedHostConfig entry
|
|
.*/packages/react-noop-renderer/.*
|
|
|
|
%REACT_RENDERER_FLOW_IGNORES%
|
|
|
|
[include]
|
|
./node_modules/
|
|
./packages/
|
|
./scripts/
|
|
|
|
[libs]
|
|
./node_modules/fbjs/flow/lib/dev.js
|
|
./scripts/flow/environment.js
|
|
./scripts/flow/react-devtools.js
|
|
./scripts/flow/react-native-host-hooks.js
|
|
./scripts/flow/react-relay-hooks.js
|
|
./scripts/flow/xplat.js
|
|
|
|
[lints]
|
|
untyped-type-import=error
|
|
|
|
[options]
|
|
%CI_MAX_WORKERS%
|
|
exact_by_default=true
|
|
munge_underscores=false
|
|
inference_mode=experimental.lti
|
|
|
|
# Substituted by createFlowConfig.js:
|
|
%REACT_RENDERER_FLOW_OPTIONS%
|
|
|
|
[version]
|
|
^0.199.1
|