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

Update toThrow() to be able to use Error.cause #13606

Merged
merged 18 commits into from Feb 15, 2023

Commits on Nov 12, 2022

  1. Copy the full SHA
    89d160d View commit details
    Browse the repository at this point in the history
  2. Add tests

    ibuibu committed Nov 12, 2022
    Copy the full SHA
    b84793c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Copy the full SHA
    f696943 View commit details
    Browse the repository at this point in the history
  2. Fix bug

    ibuibu committed Nov 14, 2022
    Copy the full SHA
    8e34799 View commit details
    Browse the repository at this point in the history
  3. Change helpers position

    ibuibu committed Nov 14, 2022
    Copy the full SHA
    1d84bd4 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary helper

    ibuibu committed Nov 14, 2022
    Copy the full SHA
    95e9c6b View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary return type

    ibuibu committed Nov 14, 2022
    Copy the full SHA
    def8b86 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Update tsconfig

    ibuibu committed Nov 20, 2022
    Copy the full SHA
    a522080 View commit details
    Browse the repository at this point in the history
  2. Add fail tests

    ibuibu committed Nov 20, 2022
    Copy the full SHA
    613425b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Combine functions

    ibuibu committed Feb 15, 2023
    Copy the full SHA
    1e65096 View commit details
    Browse the repository at this point in the history
  2. Use test helper

    ibuibu committed Feb 15, 2023
    Copy the full SHA
    9d57a89 View commit details
    Browse the repository at this point in the history
  3. Merge Changelog

    ibuibu committed Feb 15, 2023
    Copy the full SHA
    d359f80 View commit details
    Browse the repository at this point in the history
  4. Update Changelog

    ibuibu committed Feb 15, 2023
    Copy the full SHA
    0f3282c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4798793 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9c1a791 View commit details
    Browse the repository at this point in the history
  7. extract function declaration

    SimenB committed Feb 15, 2023
    Copy the full SHA
    db115e8 View commit details
    Browse the repository at this point in the history
  8. else-return

    SimenB committed Feb 15, 2023
    Copy the full SHA
    de64948 View commit details
    Browse the repository at this point in the history
  9. reuse function call

    SimenB committed Feb 15, 2023
    Copy the full SHA
    c0328f9 View commit details
    Browse the repository at this point in the history