mirror of
https://github.com/facebook/react.git
synced 2026-02-26 00:55:04 +00:00
After the previous changes these upgrade are easy. - removes config options that were removed - object index access now requires an indexer key in the type, this cause a handful of errors that were fixed - undefined keys error in all places, this needed a few extra suppressions for repeated undefined identifiers. Flow's [CHANGELOG.md](https://github.com/facebook/flow/blob/main/Changelog.md).
52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
[ignore]
|
|
.*/scripts/bench/.*
|
|
.*/build/.*
|
|
.*/fixtures/.*
|
|
.*/.tempUserDataDir/.*
|
|
|
|
# These shims are copied into external projects:
|
|
.*/rollup/shims/facebook-www/.*
|
|
.*/rollup/shims/react-native/.*
|
|
|
|
.*/node_modules/@snyk/.*
|
|
.*/node_modules/y18n/.*
|
|
.*/node_modules/chrome-devtools-frontend/.*
|
|
.*/node_modules/devtools-timeline-model/.*
|
|
.*/node_modules/create-react-class/.*
|
|
.*/node_modules/react-native-web/.*
|
|
.*/node_modules/fbjs/lib/keyMirrorRecursive.js.flow
|
|
.*/__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
|
|
|
|
# Substituted by createFlowConfig.js:
|
|
%REACT_RENDERER_FLOW_OPTIONS%
|
|
|
|
[version]
|
|
^0.196.3
|