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

[CS2] Alternative destructuring #4479

Closed
wants to merge 3 commits into from
Closed

[CS2] Alternative destructuring #4479

wants to merge 3 commits into from

Commits on Mar 30, 2017

  1. Output simple array destructuring assignments to ES2015

    Chris Connelly committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    59959a6 View commit details
    Browse the repository at this point in the history
  2. Output simple object destructured assignments to ES2015

    Chris Connelly committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    b9f8f5d View commit details
    Browse the repository at this point in the history
  3. Compile shorthand object properties to ES2015 shorthand properties

    This dramatically improves the appearance of destructured imports.
    Chris Connelly committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    066071f View commit details
    Browse the repository at this point in the history