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
Fixing the issue with this pr: #1154
Here, changed the parser grammar to disallow multiple else statements. Please check the description for more details.
In conditional block, multiple
else
are allowed in the template. This should throw an error on compilation. Sample example:Handlebar.js is able to catch multiple
else
statements. Below is the error generated there.The text was updated successfully, but these errors were encountered: