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

Destructuring introduces object properties as references #62

Closed
jrvidal opened this issue May 8, 2015 · 1 comment
Closed

Destructuring introduces object properties as references #62

jrvidal opened this issue May 8, 2015 · 1 comment

Comments

@jrvidal
Copy link

jrvidal commented May 8, 2015

Example code:

var obj = {};
[obj.prop] = [1];

The output includes prop as a reference:

// globalScope.references[2]

{ identifier: { type: 'Identifier', name: 'prop' },
  from: 
   { type: 'global',
// ...

I'm not sure whether this is the intended behaviour.

@jrvidal
Copy link
Author

jrvidal commented Jul 17, 2015

This is already solved.

@jrvidal jrvidal closed this as completed Jul 17, 2015
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

1 participant