Skip to content

4.1.5

Choose a tag to compare

@m-mujica m-mujica released this 01 Mar 17:09
· 413 commits to master since this release

Fix negative literals parsing

Negative literals were incorrectly parsed as "lookup" identifiers, causing an expression like adjust(-10) to trigger warning because can-stache can not find -10 in the scope (and also, adjust would not receive the literal as expected).

kapture 2018-02-28 at 15 24 42