pug-php / pug

Pug template engine for PHP
https://www.phug-lang.com
MIT License
387 stars 42 forks source link

undefined variable checking with if #186

Closed sandrodz closed 6 years ago

sandrodz commented 6 years ago

Hello,

screen_shot_2018-01-10_at_10 39 49_am

I encountered an issue with the following code:

if an

I expected to get:

nothing

But I actually get:

undefined variable

Using expressionLanguage => js

Thanks!

kylekatarnls commented 6 years ago

Hi, please try to composer update it should fix your bug.

sandrodz commented 6 years ago

Works, thanks!