Skip to content

Conversation

@sandersn
Copy link
Member

Fixes #19226

getSpreadType no longer added TypeFlags.ContainsObjectLiteral after I moved the flag-setting code there in #18965. It takes a parameter propagatedFlags from checkObjectLiteral, but propagatedFlags mutates over the course of checkObjectLiteral so it doesn't contain ContainsObjectLiteral now. The right thing is for getSpreadType to explicitly mark ContainsObjectLiteral on all its fresh object types.

@sandersn sandersn merged commit 487504d into master Oct 17, 2017
@sandersn sandersn deleted the mark-fresh-spread-types-with-ContainsObjectLiteral branch October 17, 2017 18:01
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants