causaly-parser
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -603,9 +603,5 @@ 'use strict'; | ||
if (s3 !== peg$FAILED) { | ||
while (s3 !== peg$FAILED) { | ||
s2.push(s3); | ||
s3 = peg$parseIdentifier(); | ||
} | ||
} else { | ||
s2 = peg$FAILED; | ||
while (s3 !== peg$FAILED) { | ||
s2.push(s3); | ||
s3 = peg$parseIdentifier(); | ||
} | ||
@@ -612,0 +608,0 @@ |
@@ -603,9 +603,5 @@ 'use strict'; | ||
if (s3 !== peg$FAILED) { | ||
while (s3 !== peg$FAILED) { | ||
s2.push(s3); | ||
s3 = peg$parseIdentifier(); | ||
} | ||
} else { | ||
s2 = peg$FAILED; | ||
while (s3 !== peg$FAILED) { | ||
s2.push(s3); | ||
s3 = peg$parseIdentifier(); | ||
} | ||
@@ -612,0 +608,0 @@ |
{ | ||
"name": "causaly-parser", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Set of parsers for the causaly query language", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
58005
1923