forked from sveltejs/kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maybe improve types documentation a bit (sveltejs#7003)
* throwing some ideas at the wall * better doc visuals from interface definitions * move types representation * tweak visuals * silence type error * please? * why don't I get these errors locally * boxes * border-radius * auto-prepend "ignore any", remove jsdoc types hack which wrecks jsdoc hover code in editors * remove this file in case we forget later * visually group things more tightly * collapse interface blocks * dont run twoslash on ts blocks * add links, fix some css * minor fixes * config types * remove unused code * move type extraction script as a precursor to reducing some of the indirection, to make it easier to work on nested properties * distinguish between ts and dts * hopefully fix deploy * consistent format * reduce indirection a bit * nested properties, albeit with terrible styling at the moment * more docs * improve styles a tiny bit * flesh out some stuff * more stuff * couple more * move SubmitFunction into @sveltejs/kit types * use /// type, so type hints get syntax highlighting * add some defaults * more defaults * remove unused typedef * consistency * fix code snippet * small tweaks * small fixes * tweaks * rename API reference to just reference * okay ts doesnt like that * missed a spot * changeset * fix link * refactor code in the direction of separating out config reference * remove unused code * systematise some stuff * generate config docs * get site building again * hackiest possible workaround * tweak some css * tweaks Co-authored-by: Simon Holthausen <[email protected]>
- Loading branch information
1 parent
0165711
commit 1c5681e
Showing
40 changed files
with
1,057 additions
and
630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'create-svelte': patch | ||
--- | ||
|
||
Update app.d.ts files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sveltejs/kit': patch | ||
--- | ||
|
||
Add more type documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sveltejs/kit': patch | ||
--- | ||
|
||
[breaking] move SubmitFunction into @sveltejs/kit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
307 changes: 0 additions & 307 deletions
307
documentation/docs/50-api-reference/10-configuration.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.