We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd3257 commit 5e88a60Copy full SHA for 5e88a60
packages/svelte/scripts/generate-dts.js
@@ -39,7 +39,7 @@ const types = fs.readFileSync('types/index.d.ts', 'utf-8');
39
const bad_links = [...types.matchAll(/\]\((\/[^)]+)\)/g)];
40
if (bad_links.length > 0) {
41
console.error(
42
- `The following links in JSDoc annotations should be prefixed with https://svelte.dev:`
+ 'The following links in JSDoc annotations should be prefixed with https://svelte.dev:'
43
);
44
45
for (const [, link] of bad_links) {
0 commit comments