language-pug
language-pug copied to clipboard
[v2.0.1] cannot declare variable without leading dash
In test/test.jade, you have:
_test = [{abc: "lalal"}]
name = function() {}
..which now compiles to:
<_test> = [{abc: "lalal"}]</_test>
<name>= function() {}</name>
..in pug v2.0.1