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

JavaScript: fix edge cases in type cast comment detection regex #5793

Merged
merged 8 commits into from Jan 30, 2019

Commits on Jan 30, 2019

  1. Relax type cast comment regex

    Yang Su committed Jan 30, 2019
    Copy the full SHA
    f769eb0 View commit details
    Browse the repository at this point in the history
  2. added item to CHANGELOG.unreleased.md

    Yang Su committed Jan 30, 2019
    Copy the full SHA
    23005a9 View commit details
    Browse the repository at this point in the history
  3. better bracket matching implementation

    Yang Su committed Jan 30, 2019
    Copy the full SHA
    0b7edec View commit details
    Browse the repository at this point in the history
  4. update changelog

    Yang Su committed Jan 30, 2019
    Copy the full SHA
    f299dfa View commit details
    Browse the repository at this point in the history
  5. review feedback

    Yang Su committed Jan 30, 2019
    Copy the full SHA
    a9b1e09 View commit details
    Browse the repository at this point in the history
  6. oops missed one char

    Yang Su committed Jan 30, 2019
    Copy the full SHA
    1abed90 View commit details
    Browse the repository at this point in the history
  7. added invalid examples for coverage

    Yang Su committed Jan 30, 2019
    Copy the full SHA
    0257321 View commit details
    Browse the repository at this point in the history
  8. Update src/language-js/needs-parens.js

    Co-Authored-By: yangsu <yang@quip.com>
    ikatyang and yangsu committed Jan 30, 2019
    Copy the full SHA
    dd47166 View commit details
    Browse the repository at this point in the history