Being able to deprecate components #12165
-
Hello, I am a member of a sveltekit project with a lot of components and we are looking to deprecate some of them. |
Beta Was this translation helpful? Give feedback.
Answered by
dummdidumm
Apr 26, 2024
Replies: 1 comment 1 reply
-
This is possible using the <!--
@component
@deprecated bla bla bla
-->
<script>
..
</script>
.. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
peauc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is possible using the
@component
html comment: