Skip to content

Commit

Permalink
Turn on new signatures mode
Browse files Browse the repository at this point in the history
Summary:
This mode re-implements parts of the types-first architecture, and is a step
toward types-first 2.0, which will greatly reduce memory usage. In this mode,
Flow finds some errors that were missed before.

Changelog: [Internal][Changed] Updated to Flow's new signatures mode for types-first

Reviewed By: panagosg7

Differential Revision: D26890348

fbshipit-source-id: 4c0bc4960a79ae2c4fa4c420bac506c9b2565beb
  • Loading branch information
samwgoldman authored and facebook-github-bot committed Mar 9, 2021
1 parent fddac59 commit d4d2e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ suppress_type=$FlowFixMeState
suppress_type=$FlowFixMeEmpty

experimental.abstract_locations=true
experimental.new_signatures=true

[lints]
sketchy-null-number=warn
Expand Down
1 change: 1 addition & 0 deletions .flowconfig.android
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ suppress_type=$FlowFixMeState
suppress_type=$FlowFixMeEmpty

experimental.abstract_locations=true
experimental.new_signatures=true

[lints]
sketchy-null-number=warn
Expand Down

0 comments on commit d4d2e90

Please sign in to comment.