Boolean literals can be passed to mustaches

This commit is contained in:
Marcio Junior
2015-02-07 02:48:52 -02:00
parent fd8484798c
commit f857471cc8
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ helperName
| dataName -> $1
| STRING -> new yy.StringLiteral($1, yy.locInfo(@$)), yy.locInfo(@$)
| NUMBER -> new yy.NumberLiteral($1, yy.locInfo(@$))
| BOOLEAN -> new yy.BooleanLiteral($1, yy.locInfo(@$))
;
partialName