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 986ae79 commit 21eae48Copy full SHA for 21eae48
packages/rehype-shiki/src/index.mjs
@@ -23,7 +23,7 @@ const { shiki, getLanguageDisplayName, highlightToHast, highlightToHtml } =
23
transformers: [
24
transformerTwoslash({
25
langs: ['ts', 'js', 'cjs', 'mjs'],
26
- throws: false,
+ // throws: false,
27
}),
28
],
29
// We use the faster WASM engine on the server instead of the web-optimized version.
0 commit comments