unplugin-vue2-script-setup
unplugin-vue2-script-setup copied to clipboard
test: add failed pug tests
Downstream issue: nuxt/bridge#11
Isn't this theoretically invalid? I think there is a missing v-else.
Currently if the condition would result in false there is no root-element in the component.
Not sure if it is statically analysed that it is always true in given example case.
The problem is that the parser does not understand pug, thus failing to parse <. You are talking about another thing that isn't the scope we should handle.