Bug: Does not work when source contains for...of statement (Vue) #129
Labels
framework: Vue
Related to the framework Vue
type: bug
Functionality that does not work as intended/expected
When the pug source code contains a for...of statement, the formatter bails and doesn't do anything in the pug segment.
Replace
v-for="x of quux"
withv-for="x in quux"
in the input and everything works as intended.Info
Input
Actual Output
Expected Output
The text was updated successfully, but these errors were encountered: