chimpanzee
Advanced tools
Comparing version 0.0.60 to 0.0.61
@@ -21,3 +21,3 @@ "use strict"; | ||
return result instanceof _results.Skip || result instanceof _results.Fault ? result : acc.concat(result); | ||
return acc.concat(result); | ||
}, [], function (acc, item) { | ||
@@ -24,0 +24,0 @@ return acc instanceof _results.Skip || acc instanceof _results.Fault; |
@@ -16,3 +16,2 @@ "use strict"; | ||
class Match extends _result2.default { | ||
constructor(value, env, meta) { | ||
@@ -19,0 +18,0 @@ super(env, meta); |
@@ -7,3 +7,2 @@ "use strict"; | ||
class Result { | ||
constructor(env, meta) { | ||
@@ -10,0 +9,0 @@ this.env = env; |
{ | ||
"name": "chimpanzee", | ||
"version": "0.0.60", | ||
"version": "0.0.61", | ||
"author": "Isotropy Team<isotropy@agilehead.com>", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77
209265