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

More thorough node completed-ness checking #2385

Merged
merged 9 commits into from
Mar 17, 2015

Conversation

DanielRosenwasser
Copy link
Member

More thoroughly checks whether a node is considered "completed".

Also fixes #2380.

case SyntaxKind.ArrayLiteralExpression:
case SyntaxKind.ArrayBindingPattern:
case SyntaxKind.IndexSignature:
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems wrong for IndexSignature.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch!

@DanielRosenwasser
Copy link
Member Author

Verbal sign-off from @CyrusNajmabadi.

DanielRosenwasser added a commit that referenced this pull request Mar 17, 2015
More thorough node completed-ness checking
@DanielRosenwasser DanielRosenwasser merged commit 1227210 into master Mar 17, 2015
@DanielRosenwasser DanielRosenwasser deleted the completeIsCompleteNode branch March 17, 2015 18:35
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 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.

Smart indent for binding patterns is wrong
3 participants