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

Indentation issue in import statements #611

Closed
amadeus opened this issue Aug 21, 2016 · 5 comments
Closed

Indentation issue in import statements #611

amadeus opened this issue Aug 21, 2016 · 5 comments

Comments

@amadeus
Copy link
Collaborator

amadeus commented Aug 21, 2016

I found an issue with indentation.

Expected result:

import {
    somObj,
    anotherObj
} from 'example';

Actual result:

import {
    someObj,
        anotherObj
} from 'example';
@bounceme
Copy link
Collaborator

bounceme commented Aug 21, 2016

so the braces aren't block braces? any other es6 keywords that are like that? I already added var/let/const for destructuring

@bounceme
Copy link
Collaborator

i guess it isn't a block or an object,a member container?

@bounceme
Copy link
Collaborator

actually a list of es6 or es7 keywords that are allowed before braces which are Not delimiting a block statement would be appreciated

@bounceme
Copy link
Collaborator

fixed in dev

@amadeus
Copy link
Collaborator Author

amadeus commented Aug 21, 2016

Word, thanks!

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

No branches or pull requests

2 participants