metonym / svelte-highlight

Syntax Highlighting for Svelte using highlight.js
https://svhe.onrender.com
MIT License
253 stars 13 forks source link

Semantics: `code`, `language` props should be marked as required #215

Closed metonym closed 1 year ago

metonym commented 2 years ago

Currently, the code and language props are marked as optional because they have default values.

They should be typed as required props since the component wouldn't work without them.