chore: centralise transport stuff - #16658
Conversation
|
Install the latest version of pnpm add https://pkg.svelte.dev/@sveltejs/kit/c/8170969f7b88d0a70361fa238e47b02ee2651980Open in |
|
elliott-with-the-longest-name-on-github
left a comment
There was a problem hiding this comment.
few nits but overall this looks great, much better than our previous attempts
| // the decoders should never be initialised at the top-level because `app` | ||
| // will not be initialised yet if `output.bundleStrategy` is 'single' or 'inline' |
There was a problem hiding this comment.
bookmark for me: does this still affect us?
There was a problem hiding this comment.
I guess not because we're init-ing in _start?
There was a problem hiding this comment.
yeah should be fine I think
Co-authored-by: Elliott Johnson <hello@ell.iott.dev>
f150b20
into
version-3
#16675) Follow-up to #16605 (comment), using the #16658 treatment so it works from `sequence`. On top of #16605.
This is #16406 but takes the idea to its logical conclusion: by having an internal module where this stuff is managed, we don't need to pass anything around at all and can delete/simplify a bunch of stuff. Once this is in, will rebase #14129 against
version-3and update it to use this.Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.Edits