mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* Require deep for reconcilers * Delete inline* files * Delete react-reconciler/persistent This no longer makes any sense because it react-reconciler takes supportsMutation or supportsPersistence as options. It's no longer based on feature flags. * Fix jest mocking * Fix Flow strategy We now explicitly list which paths we want to be checked by a renderer. For every other renderer config we ignore those paths. Nothing is "any" typed. So if some transitive dependency isn't reachable it won't be accidentally "any" that leaks.
58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
[ignore]
|
|
.*/scripts/bench/.*
|
|
|
|
# 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/.*
|
|
.*/__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
|
|
../environment.js
|
|
../react-devtools.js
|
|
../react-native-host-hooks.js
|
|
|
|
[lints]
|
|
untyped-type-import=error
|
|
|
|
[options]
|
|
server.max_workers=4
|
|
esproposal.class_static_fields=enable
|
|
esproposal.class_instance_fields=enable
|
|
|
|
# Substituted by createFlowConfig.js:
|
|
%REACT_RENDERER_FLOW_OPTIONS%
|
|
|
|
munge_underscores=false
|
|
|
|
suppress_type=$FlowIssue
|
|
suppress_type=$FlowFixMe
|
|
suppress_type=$FixMe
|
|
suppress_type=$FlowExpectedError
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
|
|
|
[version]
|
|
^0.97.0
|