@bodar/totallylazy
Advanced tools
Comparing version 0.431.274 to 0.432.275
{ | ||
"name": "@bodar/totallylazy", | ||
"version": "0.431.274", | ||
"version": "0.432.275", | ||
"description": "Totallylazy", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:bodar/totallylazy.js.git", |
@@ -58,2 +58,4 @@ "use strict"; | ||
parseAll(value) { | ||
if (!value) | ||
return []; | ||
return collections_1.array(this.parser.parseAll(value), transducers_1.flatMap(v => { | ||
@@ -60,0 +62,0 @@ try { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
434808
6358