Skip to content

wow PR#8802

Closed
gauravsaraltest wants to merge 68 commits into
microsoft:Fix8634from
gauravsaraltest:master
Closed

wow PR#8802
gauravsaraltest wants to merge 68 commits into
microsoft:Fix8634from
gauravsaraltest:master

Conversation

@gauravsaraltest

Copy link
Copy Markdown

Fixes #

sandersn and others added 30 commits May 13, 2016 15:56
`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.
sandersn and others added 24 commits May 23, 2016 14:56
…eral-freshness

Recursively mark object literals as non-fresh when checking assignability to intersections
Only infer 'never' in function expressions and arrow functions
Fix subtype relation for 'never' type
Fix destructuring of optional parameters with --strictNullChecks
Include enums in childItems in navigation bar
Lint unit tests via harnessSources in Jakefile.js
…perty-access

Instantiate this-type in super property access
Allow duplicate identifiers across declarations.
Automatically consume @types/ folders
@msftclas

Copy link
Copy Markdown

Hi @gauravsaraltest, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla.microsoft.com.

TTYL, MSBOT;

Comment thread src/compiler/checker.ts
getSignaturesOfType(type, SignatureKind.Construct).length === 0;
}

function createTransientSymbol(source: Symbol, type: Type) {

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeh hai kya?

@RyanCavanaugh

Copy link
Copy Markdown
Member

Seems this was created by mistake or for some testing purposes. Closing.

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 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.

6 participants