mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
12fbfc4fee
Builds on the utilities added previously to infer types from type annotations on variable declarations. This is a limited form, where currently we only infer for local identifiers (not function parameters) and only infer a type for the variable initializer and not subsequent reassignments.