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

Improve Inline Variable on destructured array patterns #38

Merged
merged 10 commits into from
Sep 27, 2019

Commits on Sep 26, 2019

  1. Handle basic scenario

    Nicolas Carlo committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    d3c3381 View commit details
    Browse the repository at this point in the history
  2. Test it works with nested elements

    Nicolas Carlo committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    072d903 View commit details
    Browse the repository at this point in the history
  3. Handle multi-lines pattern

    Nicolas Carlo committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    792735e View commit details
    Browse the repository at this point in the history
  4. Extract function

    Nicolas Carlo committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b3580b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Handle n-th elements

    Nicolas Carlo committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    50ba6ec View commit details
    Browse the repository at this point in the history
  2. Test it works with multiple declarations

    Nicolas Carlo committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    f199ae2 View commit details
    Browse the repository at this point in the history
  3. Test it works with multi-line, nested, n-th element

    Nicolas Carlo committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    a6c1d5d View commit details
    Browse the repository at this point in the history
  4. Test it works with rest elements

    Nicolas Carlo committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    16d9c11 View commit details
    Browse the repository at this point in the history
  5. Update Changelog

    Nicolas Carlo committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    0a3ca63 View commit details
    Browse the repository at this point in the history
  6. Add demo gifs for destructured patterns

    Nicolas Carlo committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    1465a5a View commit details
    Browse the repository at this point in the history