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

Retain trailing comments in array expressions #10369

Merged
merged 5 commits into from Aug 28, 2019
Merged

Commits on Aug 26, 2019

  1. Retain trailing comments in array expressions

    This is a proposed fix for babel#10368
    with a simple test.
    Shrey Banga committed Aug 26, 2019
    Copy the full SHA
    7eced6f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Move lastElement in the block where it's used

    Shrey Banga committed Aug 27, 2019
    Copy the full SHA
    674bf6a View commit details
    Browse the repository at this point in the history
  2. Test trailing comment after array expression

    Shrey Banga committed Aug 27, 2019
    Copy the full SHA
    1ea1ada View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Don't move comments after the array expression

    Shrey Banga committed Aug 28, 2019
    Copy the full SHA
    c9f6603 View commit details
    Browse the repository at this point in the history
  2. Retain trailing comment after the array expression

    Shrey Banga committed Aug 28, 2019
    Copy the full SHA
    0638e59 View commit details
    Browse the repository at this point in the history