Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 User test baselines have changed for nested-variances-single-relation-stack #52

Conversation

typescript-bot
Copy link
Owner

This test run was triggerd by a request on microsoft#39232
Please review the diff and merge if no changes are unexpected.
You can view the build log here.

cc @weswigham

@weswigham weswigham closed this Jun 24, 2020
typescript-bot pushed a commit that referenced this pull request Sep 24, 2021
* es private fields in in (#52)

add support for the 'private-fields-in-in' TC39 proposal

Signed-off-by: Ashley Claymore <[email protected]>

* [fixup] include inToken when walking forEachChild(node, cb)

* [squash] re-accept lib definition baseline changes

* [squash] reduce if/else to ternary

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] drop 'originalName' and rename parameter instead

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] extend spelling suggestion to all privateIdentifiers

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] revert the added lexical spelling suggestions logic

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] update baseline

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] inline variable as per PR suggestion

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] test targets both esnext and es2020 as per PR comment

Signed-off-by: Ashley Claymore <[email protected]>

* switch to using a binary expression

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] PrivateIdentifier now extends PrimaryExpression

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] accept public api baseline changes

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] classPrivateFieldInHelper now has documentation

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] type-check now follows existing in-expression path

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] parser now follows existing binaryExpression path

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] correct typo in comment

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] no longer use esNext flag

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] swap 'reciever, state' helper params

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] remove change to parenthesizerRules

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] apply suggested changes to checker

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] remove need for assertion in fixSpelling

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] improve comment hint in test

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] fix comment typos

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] add flow-test for Foo | FooSub | Bar

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] add checkExternalEmitHelpers call and new test case

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] simplify and correct parser

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] move most of the added checker logic to expression level

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] always error when privateId could not be resolved

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] reword comment

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] fix codeFixSpelling test

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] do less work

Signed-off-by: Ashley Claymore <[email protected]>

* store symbol by priateId not binaryExpression

Signed-off-by: Ashley Claymore <[email protected]>

* moved parsePrivateIdentifier into parsePrimaryExpression

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] checkInExpressionn bails out early on silentNeverType

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] more detailed error messages

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] resolves conflict in diagnosticMessages.json

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] update baseline for importHelpersES6

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] remove redundent if and comment from parser

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] split up grammar/check/symbolLookup

Signed-off-by: Ashley Claymore <[email protected]>

* [squash] reword message for existing left side of in-expression error

Signed-off-by: Ashley Claymore <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants