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

breaking: tighten up error handling #11289

Merged
merged 31 commits into from
Dec 13, 2023
Merged

Commits on Dec 13, 2023

  1. breaking: tighten up error handling

    Introduces a NonFatalError object that is used internally and that is user-detectable in handleError
    dummdidumm committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    64565c0 View commit details
    Browse the repository at this point in the history
  2. how did this happen

    dummdidumm committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    fddc54f View commit details
    Browse the repository at this point in the history
  3. fix tests

    dummdidumm committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7613649 View commit details
    Browse the repository at this point in the history
  4. lint

    dummdidumm committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5bf57fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34acad2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae79081 View commit details
    Browse the repository at this point in the history
  7. types

    dummdidumm committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    067c3fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43e7d2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5da208 View commit details
    Browse the repository at this point in the history
  10. adjust

    dummdidumm committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8f0fbab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d77aa5 View commit details
    Browse the repository at this point in the history
  12. merge

    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c1c280c View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review

    Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
    dummdidumm and Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    da81262 View commit details
    Browse the repository at this point in the history
  14. lint

    dummdidumm committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e4c96b7 View commit details
    Browse the repository at this point in the history
  15. Update documentation/docs/30-advanced/20-hooks.md

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    Rich-Harris and benmccann committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e5ad6f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a291b70 View commit details
    Browse the repository at this point in the history
  17. lint

    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f75abdc View commit details
    Browse the repository at this point in the history
  18. simplify example

    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    bbe2c5d View commit details
    Browse the repository at this point in the history
  19. tweak docs

    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7f5df13 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    877605f View commit details
    Browse the repository at this point in the history
  21. Merge branch 'tighten-up-error-handling' of github.com:sveltejs/kit i…

    …nto tighten-up-error-handling
    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    99b54e4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    824198d View commit details
    Browse the repository at this point in the history
  23. tweak

    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7ecbca5 View commit details
    Browse the repository at this point in the history
  24. tweak

    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    24bdfd9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c1265d8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    452e264 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5a914a2 View commit details
    Browse the repository at this point in the history
  28. migration docs

    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    95bb358 View commit details
    Browse the repository at this point in the history
  29. tweak/fix tests

    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b24e8eb View commit details
    Browse the repository at this point in the history
  30. fix more

    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d31afbb View commit details
    Browse the repository at this point in the history
  31. more

    Rich-Harris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    231f212 View commit details
    Browse the repository at this point in the history