Add note about ambient dts files to App types#4825
Add note about ambient dts files to App types#4825Rich-Harris merged 8 commits intosveltejs:masterfrom ghostdevv:update-apptype-document
Conversation
|
|
Actually this doesn't need a changeset right? |
|
correct, it'd be better to remove the changeset for this one since there's no user-visible change |
|
Weirdly, this isn't affecting the relevant part of the docs: https://kit-svelte-n0jl1ronp-svelte.vercel.app/docs/types#app I don't know if that's some quirk of the process that extracts the types, or some turborepo configuration that is causing that step to be skipped |
This reverts commit 85b47a5.
|
Have removed the changeset - no idea how to use turborepo xD |
|
No idea why these tests are failing, there were no code changes? |
|
Gah, the docs still aren't updating — Turbo is just replaying caches, even though they should be invalid. Will investigate tomorrow |
|
Fixed the screwy turborepo config, the docs are now building correctly 🎉 |
|
thank you! |
|
Glad you got it sorted! xD np |
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
pnpx changesetand following the prompts. All changesets should bepatchuntil SvelteKit 1.0Adds a note about how you can't use
importstatements in the app declaration file, closes #3853