Open arty-name opened 7 years ago
One of the breaking changes when migrating to Pug2 is that now we cannot use interpolated values inside the text which is inside the filter, i.e.:
:uglify-js alert("#{test} !{test}")
It would be nice if pug-lint reported that usage.
One of the breaking changes when migrating to Pug2 is that now we cannot use interpolated values inside the text which is inside the filter, i.e.:
It would be nice if pug-lint reported that usage.