You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have still some adjustements to do to perfectly handle parentheses in mixin calls but you can yet composer update to get Pug 2.4.9 to calls like +site-select(trans('auth.signin.site')) in your templates.
This code:
results in
trans('auth.signin.site' Missing closing: )
.However this code works just fine:
Same code in JS syntax works as well:
MWE for site-select:
Possibly related: #84
The text was updated successfully, but these errors were encountered: