Comparing version 3.2.0 to 3.2.1
@@ -961,10 +961,8 @@ function pipe(source) { | ||
if (ended[0]) { | ||
return 0; | ||
} else { | ||
ended[0] = !0; | ||
return f(); | ||
f(); | ||
} | ||
} else { | ||
return talkback(0); | ||
} | ||
return talkback(signal); | ||
} | ||
@@ -971,0 +969,0 @@ ]) |
@@ -951,10 +951,8 @@ 'use strict'; | ||
if (ended[0]) { | ||
return 0; | ||
} else { | ||
ended[0] = !0; | ||
return f(); | ||
f(); | ||
} | ||
} else { | ||
return talkback(0); | ||
} | ||
return talkback(signal); | ||
} | ||
@@ -961,0 +959,0 @@ ]) |
@@ -26,10 +26,9 @@ 'use strict'; | ||
if (ended[0]) { | ||
return /* () */0; | ||
} else { | ||
ended[0] = true; | ||
return f(); | ||
f(); | ||
} | ||
} else { | ||
return talkback(/* Pull */0); | ||
} | ||
return talkback(signal); | ||
})])); | ||
@@ -36,0 +35,0 @@ } |
{ | ||
"name": "wonka", | ||
"description": "A fast push & pull stream library for Reason/OCaml, Flow, and TypeScript", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"author": "Phil Pluckthun <phil@kitten.sh>", | ||
@@ -6,0 +6,0 @@ "source": "./src/index.js", |
@@ -26,10 +26,9 @@ | ||
if (ended[0]) { | ||
return /* () */0; | ||
} else { | ||
ended[0] = true; | ||
return f(); | ||
f(); | ||
} | ||
} else { | ||
return talkback(/* Pull */0); | ||
} | ||
return talkback(signal); | ||
})])); | ||
@@ -36,0 +35,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
561176
11917