File tree 4 files changed +2
-8
lines changed
4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ fs.writeFileSync(
8
8
9
9
/**
10
10
* The current version, as set in package.json.
11
- *
12
- * https://svelte.dev/docs/svelte-compiler#svelte-version
13
11
* @type {string}
14
12
*/
15
13
export const VERSION = '${ pkg . version } ';
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ declare const SnippetReturn: unique symbol;
278
278
* ```
279
279
* You can only call a snippet through the `{@render ...}` tag.
280
280
*
281
- * https://svelte.dev/docs/svelte/snippet
281
+ * See the [snippet documentation]( https://svelte.dev/docs/svelte/snippet) for more info.
282
282
*
283
283
* @template Parameters the parameters that the snippet expects (if any) as a tuple.
284
284
*/
Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* The current version, as set in package.json.
5
- *
6
- * https://svelte.dev/docs/svelte-compiler#svelte-version
7
5
* @type {string }
8
6
*/
9
7
export const VERSION = '5.16.2' ;
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ declare module 'svelte' {
275
275
* ```
276
276
* You can only call a snippet through the `{@render ...}` tag.
277
277
*
278
- * https://svelte.dev/docs/svelte/snippet
278
+ * See the [snippet documentation]( https://svelte.dev/docs/svelte/snippet) for more info.
279
279
*
280
280
* @template Parameters the parameters that the snippet expects (if any) as a tuple.
281
281
*/
@@ -1339,8 +1339,6 @@ declare module 'svelte/compiler' {
1339
1339
} | undefined ) : Promise < Processed > ;
1340
1340
/**
1341
1341
* The current version, as set in package.json.
1342
- *
1343
- * https://svelte.dev/docs/svelte-compiler#svelte-version
1344
1342
* */
1345
1343
export const VERSION : string ;
1346
1344
/**
You can’t perform that action at this time.
0 commit comments