SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 0 JavaScript

[compiler] Infer types for properties after holes in array patterns

In InferTypes when we infer types for properties during destructuring, we were breaking out of the loop when we encounter a hole in the array. Instead we should just skip that element and continue inferring later properties.

Closes #34748
J
Joe Savona committed
ee90fab4a3df13275ddd2555bc1515540ab1a034
Parent: e798465