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

ES6 concise method not propely indented #889

Closed
7upcat opened this issue Feb 29, 2016 · 3 comments
Closed

ES6 concise method not propely indented #889

7upcat opened this issue Feb 29, 2016 · 3 comments
Milestone

Comments

@7upcat
Copy link

7upcat commented Feb 29, 2016

this works well

let x = {
  a() {
    return 1;
  },
  b() {
    return 2;
  },
  c() {
    return 3;
  }
};

but export default object not work =.=!

export default {
  a() {
      return 1;
    },
    b() {
      return 2;
    },
    c() {
      return 3;
    }
};
@bitwiseman bitwiseman added this to the v1.6.3 milestone Feb 29, 2016
@lastjune
Copy link

+1

@kidmillions
Copy link

+1, this seems confined to working within es6 exports

@PolGuixe
Copy link

Any progress on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants