docs: tweak links (#14915)

Remove one that is unnecessary, and make another one appear nice in markdown.
pull/14908/head
Simon H 5 days ago committed by GitHub
parent 2e2b440954
commit ab91c5cddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,8 +8,6 @@ fs.writeFileSync(
/** /**
* The current version, as set in package.json. * The current version, as set in package.json.
*
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string} * @type {string}
*/ */
export const VERSION = '${pkg.version}'; export const VERSION = '${pkg.version}';

@ -278,7 +278,7 @@ declare const SnippetReturn: unique symbol;
* ``` * ```
* You can only call a snippet through the `{@render ...}` tag. * You can only call a snippet through the `{@render ...}` tag.
* *
* https://svelte.dev/docs/svelte/snippet * See the [snippet documentation](https://svelte.dev/docs/svelte/snippet) for more info.
* *
* @template Parameters the parameters that the snippet expects (if any) as a tuple. * @template Parameters the parameters that the snippet expects (if any) as a tuple.
*/ */

@ -2,8 +2,6 @@
/** /**
* The current version, as set in package.json. * The current version, as set in package.json.
*
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string} * @type {string}
*/ */
export const VERSION = '5.16.2'; export const VERSION = '5.16.2';

@ -275,7 +275,7 @@ declare module 'svelte' {
* ``` * ```
* You can only call a snippet through the `{@render ...}` tag. * You can only call a snippet through the `{@render ...}` tag.
* *
* https://svelte.dev/docs/svelte/snippet * See the [snippet documentation](https://svelte.dev/docs/svelte/snippet) for more info.
* *
* @template Parameters the parameters that the snippet expects (if any) as a tuple. * @template Parameters the parameters that the snippet expects (if any) as a tuple.
*/ */
@ -1339,8 +1339,6 @@ declare module 'svelte/compiler' {
} | undefined): Promise<Processed>; } | undefined): Promise<Processed>;
/** /**
* The current version, as set in package.json. * The current version, as set in package.json.
*
* https://svelte.dev/docs/svelte-compiler#svelte-version
* */ * */
export const VERSION: string; export const VERSION: string;
/** /**

Loading…
Cancel
Save