Skip to content

space-before-function-paren #13045

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

Merged
merged 2 commits into from
Dec 21, 2016
Merged

space-before-function-paren #13045

merged 2 commits into from
Dec 21, 2016

Conversation

aochsner
Copy link

@aochsner aochsner commented Dec 20, 2016

Adding option InsertSpaceBeforeFunctionParenthesis
Should be optional
Typically used to support http://eslint.org/docs/rules/space-before-function-paren

Fixes #12234

Fixes #

Adding option InsertSpaceBeforeFunctionParenthesis
Should be optional
Typically used to support http://eslint.org/docs/rules/space-before-function-paren

Fixes microsoft#12234
@msftclas
Copy link

Hi @aochsner, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!
We will now validate the agreement and then real humans will evaluate your PR.

TTYL, MSBOT;

@aochsner
Copy link
Author

Realized that this test will fail... any suggestions as to how to fix? Guessing that it is conflicting w/ SpaceAfterFunctionInFuncDecl

/////*3*/var anonymousWithoutSpace = function() {};
goTo.marker('3');
verify.currentLineContentIs('var anonymousWithoutSpace = function () { };');

@aochsner
Copy link
Author

wrt anon functions looks like there's a different toggle:
InsertSpaceAfterFunctionKeywordForAnonymousFunctions

@aochsner
Copy link
Author

Okay. I added a couple more test cases for InsertSpaceBeforeFunctionParenthesis. Found InsertSpaceAfterFunctionKeywordForAnonymousFuctions to cover that case. Added InsertSpaceAfterConstructor to handle that case. That should cover the main cases that http://eslint.org/docs/rules/space-before-function-paren enforces.

Let me know what else should be done. Thanks!

@mhegazy mhegazy merged commit c90af3a into microsoft:master Dec 21, 2016
@mhegazy mhegazy mentioned this pull request Dec 21, 2016
@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.

3 participants