ng-typeview
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -103,3 +103,3 @@ "use strict"; | ||
.chain(function (expr) { return parseLogicalOperator().or(parseArithmeticOperator()) | ||
.chain(function (op) { return parseString().or(parseBinaryOperations()).or(parseAtom()) | ||
.chain(function (op) { return parseBinaryOperations().or(parseString()).or(parseAtom()) | ||
.map(function (expr2) { return expr + op + expr2; }); }); }); | ||
@@ -106,0 +106,0 @@ } |
{ | ||
"name": "ng-typeview", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "library to enable type-checking of angular views when using typescript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet