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

Fix parsing ts type casts and nested patterns in destructuring #14500

Merged
merged 14 commits into from May 1, 2022

Commits on May 1, 2022

  1. Copy the full SHA
    e7747b3 View commit details
    Browse the repository at this point in the history
  2. Add for-of test

    nicolo-ribaudo committed May 1, 2022
    Copy the full SHA
    408db9b View commit details
    Browse the repository at this point in the history
  3. Always return void from toAssignable

    The function sometimes mutated its argument, sometimes it returned a new node. However,
    almost all usages didn't handle the "new node"
    case: this commit removes it, and the function
    always mutates its argument.
    nicolo-ribaudo committed May 1, 2022
    Copy the full SHA
    35e9ee9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1de2335 View commit details
    Browse the repository at this point in the history
  5. Update comment

    nicolo-ribaudo committed May 1, 2022
    Copy the full SHA
    bd5e86d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f4f12aa View commit details
    Browse the repository at this point in the history
  7. Fix flow

    nicolo-ribaudo committed May 1, 2022
    Copy the full SHA
    1dd0481 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    66f28e8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f3402e9 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    bea42da View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    0a2d3a3 View commit details
    Browse the repository at this point in the history
  12. Fix ts error

    nicolo-ribaudo committed May 1, 2022
    Copy the full SHA
    cdbd0a3 View commit details
    Browse the repository at this point in the history
  13. Fix typo

    nicolo-ribaudo committed May 1, 2022
    Copy the full SHA
    d86a2b5 View commit details
    Browse the repository at this point in the history
  14. Fix Babel 8

    nicolo-ribaudo committed May 1, 2022
    Copy the full SHA
    8be7c27 View commit details
    Browse the repository at this point in the history