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

function calls not working #2

Open
rhadoo200 opened this issue Jun 13, 2017 · 1 comment
Open

function calls not working #2

rhadoo200 opened this issue Jun 13, 2017 · 1 comment

Comments

@rhadoo200
Copy link

rhadoo200 commented Jun 13, 2017

The plugin only evaluate assignment expressions. This is a problem because you can have expressions like this one:

var someObject = {
someKey: {
...mapGetters([
'some_val_1',
'some_val_2'
])
}
}

In this case the plugin isn't working properly.

@adrianheine
Copy link

Can you clarify what output you get and what you would expect? To me, the current output looks reasonable.

adrianheine added a commit to adrianheine/acorn5-object-spread that referenced this issue Nov 1, 2017
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