Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@Hugos68 is attempting to deploy a commit to the Svelte Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you! It looks like line 689 needs updating... -} else if (language === 'js' || language === 'ts') {
+} else if (language === 'js' || language === 'ts' || language === 'svelte') {...along with line 700: -lang: 'ts',
+lang: language === 'svelte' ? language : 'ts',Though when I make those changes locally, I start seeing errors like this which I I don't really understand 😆 maybe @dummdidumm can make sense of them:
|
Ahh, these are expected! That means something is working, thanks for checking it out, I'll make your changes and continue working on it. I do have to see the Svelte docs rendered is quite the module. Lots of stuff going on. |
Closes #649
This PR replaced the
twoslashwithtwoslash-sveltepackage to allow type hints to be available onsveltecodeblocks.Note:
Currently this PR installs the
@hugokorte/twoslash-sveltePR, this is because the original/officialtwoslash-sveltepackage won't be published until This PR is merged. The code is simply a copy and published seperately.Before submitting the PR, please make sure you do the following
feat:,fix:,chore:, ordocs:.