StubbleOrg / Stubble

Trimmed down {{mustache}} templates in .NET
Other
401 stars 58 forks source link

Bring truthy checks inline with standard renderer #83

Closed Romanx closed 4 years ago

Romanx commented 4 years ago

80

Turns out the compilation renderer didn't do a ton of things for truthy checks that the standard renderer does. It now checks all numeric types and wraps all the checks in a lambda that determines what the result is, much like the hand-rolled version.