cycle-gear
Advanced tools
Comparing version 7.1.2 to 7.1.3
@@ -128,6 +128,8 @@ import { adapt } from '@cycle/run/lib/adapt'; | ||
.startWith([]) | ||
.debug('cycle-gear spin') | ||
.remember(); | ||
const sinks = teeth.reduce((accum, tooth) => { | ||
let view = spin.map(spins => xs.fromArray(spins) | ||
.map(spin => spin[tooth]) | ||
.map(gear => gear[tooth]) | ||
.debug('cycle-gear spin-tooth') | ||
.filter(toothView => !!toothView) | ||
@@ -134,0 +136,0 @@ .compose(flattenConcurrently)) |
@@ -203,6 +203,8 @@ "use strict"; | ||
.startWith([]) | ||
.debug('cycle-gear spin') | ||
.remember(); | ||
var sinks = teeth.reduce(function (accum, tooth) { | ||
var view = spin.map(function (spins) { return xstream_1.default.fromArray(spins) | ||
.map(function (spin) { return spin[tooth]; }) | ||
.map(function (gear) { return gear[tooth]; }) | ||
.debug('cycle-gear spin-tooth') | ||
.filter(function (toothView) { return !!toothView; }) | ||
@@ -209,0 +211,0 @@ .compose(flattenConcurrently_1.default); }) |
@@ -242,2 +242,3 @@ import { adapt } from '@cycle/run/lib/adapt' | ||
.startWith([]) | ||
.debug('cycle-gear spin') | ||
.remember() | ||
@@ -247,3 +248,4 @@ | ||
let view = spin.map(spins => xs.fromArray(spins) | ||
.map(spin => spin[tooth]) | ||
.map(gear => gear[tooth]) | ||
.debug('cycle-gear spin-tooth') | ||
.filter(toothView => !!toothView) | ||
@@ -250,0 +252,0 @@ .compose(flattenConcurrently)) |
{ | ||
"name": "cycle-gear", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"description": "Main function factory for CycleJS", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
69312
753