Open eltigerchino opened 5 days ago
Latest commit: 9c4eb9699529bc5e22c3654b5863d434d7a5f7c7
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
preview: https://svelte-dev-git-preview-kit-13036-svelte.vercel.app/
this is an automated message
closes https://github.com/sveltejs/kit/issues/12986
This PR changes the
error
,isHttpError
,redirect
, andisRedirect
functions to use the public interface version of theHttpError
andRedirect
errors instead of our internal classes.Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.Edits