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
But I would expect it to don't change anything.
You can see this case in this file, and read the explanation of this syntax.
Maybe a rule for nested braces and a rule for opening braces after a semicolon are required ?
The text was updated successfully, but these errors were encountered:
Does simple 'macro' substitution, using Django-like syntax, {{{ code }}} will be replaced with |eval(code)|.
This same file also contains #ifdef-style preprocessor commands inline, and is arguably no longer valid JS (in its raw form). If the raw source does not pass the most liberal JSHint rules, how are we supposed to justify the increased parser complexity?
Hi.
The following code produce the following result:
But I would expect it to don't change anything.
You can see this case in this file, and read the explanation of this syntax.
Maybe a rule for nested braces and a rule for opening braces after a semicolon are required ?
The text was updated successfully, but these errors were encountered: