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(eslint-plugin): [return-await] don't error for in-try-catch if the return is in a catch without a finally #2356

Merged
merged 16 commits into from Sep 14, 2020

Commits on Aug 4, 2020

  1. test: throw in try block

    soobing committed Aug 4, 2020
    Copy the full SHA
    aba2f89 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Revert "test: throw in try block"

    This reverts commit aba2f89.
    soobing committed Aug 5, 2020
    Copy the full SHA
    befef9a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe32cd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Copy the full SHA
    81601c0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7392d56 View commit details
    Browse the repository at this point in the history
  3. refactor: 오타 수정

    soobing committed Aug 19, 2020
    Copy the full SHA
    1dedc46 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6d4883d View commit details
    Browse the repository at this point in the history
  5. test: finally

    soobing committed Aug 19, 2020
    Copy the full SHA
    76ff37f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Copy the full SHA
    f555920 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Copy the full SHA
    422a934 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Copy the full SHA
    abec413 View commit details
    Browse the repository at this point in the history
  2. docs: update return-await

    soobing committed Sep 7, 2020
    Copy the full SHA
    adfefbc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Copy the full SHA
    7724500 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Copy the full SHA
    c174b38 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Copy the full SHA
    ea4ef05 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. typo in docs

    bradzacher committed Sep 14, 2020
    Copy the full SHA
    f848443 View commit details
    Browse the repository at this point in the history