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 668adfa commit eda27ffCopy full SHA for eda27ff
src/index.ts
@@ -85,7 +85,7 @@ module.exports = {
85
...htmlParsers.vue,
86
preprocess: vuePreprocessor,
87
},
88
- ...(!!svelteParsers.parsers
+ ...(svelteParsers.parsers
89
? {
90
svelte: {
91
...svelteParsers.parsers.svelte,
0 commit comments