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

Automatic semicolon insertion for class modifiers #5086

Merged
merged 2 commits into from
Oct 5, 2015

Conversation

sandersn
Copy link
Member

@sandersn sandersn commented Oct 2, 2015

This includes public, private, protected, abstract

async and declare already do ASI, but it looks
like they didn't block the completion list at end of line, so I added
them to the list of identifiers that do that too.

Fixes #4611

This includes public, private, protected, abstract

async and declare already work this way, but it looks
like they didn't block the completion list, so I added
them to the list too.
@msftclas
Copy link

msftclas commented Oct 2, 2015

Hi @sandersn, 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;

@sandersn
Copy link
Member Author

sandersn commented Oct 2, 2015

Looks like tslint updated and broke some fourslash harness code. Wesley is fixing it.

@mhegazy
Copy link
Contributor

mhegazy commented Oct 5, 2015

👍

1 similar comment
@vladima
Copy link
Contributor

vladima commented Oct 5, 2015

👍

sandersn added a commit that referenced this pull request Oct 5, 2015
Automatic semicolon insertion for class modifiers
@sandersn sandersn merged commit 4ecf4f4 into master Oct 5, 2015
@sandersn sandersn deleted the abstract-semicolon-insertion branch October 5, 2015 17:36
@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.

4 participants