Nathan Shively-Sanders 2658cf62eb Make getRegularTypeOfObjectLiteral recursive
`getRegularTypeOfObjectLiteral` marks an object literal as non-fresh so
that excess object-property errors will not be reported. It is needed so
that errors aren't reported when checking assignability to intersections
or unions, for example. Previously, the function was not recursive, so
nested object literals still erroneously gave the error. Now it's
recursive.
2016-05-13 15:56:39 -07:00
..
2016-05-05 13:45:14 -07:00