Merge pull request #1239 from blikblum/patch-1

Update definition of BlockStatement.path
This commit is contained in:
Kevin Decker
2016-08-21 14:12:35 -05:00
committed by GitHub
+1 -1
View File
@@ -66,7 +66,7 @@ interface MustacheStatement <: Statement {
interface BlockStatement <: Statement {
type: "BlockStatement";
path: PathExpression;
path: PathExpression | Literal;
params: [ Expression ];
hash: Hash;