@typed/fx 0.0.34 → 0.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintcache +1 -1
- package/cjs/fromFxEffect.d.ts +3 -7
- package/cjs/fromFxEffect.d.ts.map +1 -1
- package/cjs/fromFxEffect.js.map +1 -1
- package/esm/fromFxEffect.d.ts +3 -7
- package/esm/fromFxEffect.d.ts.map +1 -1
- package/esm/fromFxEffect.js.map +1 -1
- package/package.json +7 -3
- package/perf/cases/filter-map-reduce.ts +20 -9
- package/perf/cases/flatMap.ts +47 -0
- package/perf/cases/switchMap.ts +40 -0
- package/perf/helpers.ts +7 -1
- package/perf/readme.md +29 -0
- package/perf/runPerfTest.ts +25 -0
- package/src/exhaustMap.test.ts +0 -1
- package/src/fromFxEffect.ts +3 -3
- package/tools/benchmark.ts +31 -51
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/Users/TylorSteinberger/code/tylors/fx/src/Fx.ts":"1","/Users/TylorSteinberger/code/tylors/fx/src/_internal.ts":"2","/Users/TylorSteinberger/code/tylors/fx/src/combine.test.ts":"3","/Users/TylorSteinberger/code/tylors/fx/src/combine.ts":"4","/Users/TylorSteinberger/code/tylors/fx/src/continueWith.ts":"5","/Users/TylorSteinberger/code/tylors/fx/src/debounce.test.ts":"6","/Users/TylorSteinberger/code/tylors/fx/src/debounce.ts":"7","/Users/TylorSteinberger/code/tylors/fx/src/delay.test.ts":"8","/Users/TylorSteinberger/code/tylors/fx/src/delay.ts":"9","/Users/TylorSteinberger/code/tylors/fx/src/during.ts":"10","/Users/TylorSteinberger/code/tylors/fx/src/flatMap.test.ts":"11","/Users/TylorSteinberger/code/tylors/fx/src/flatMap.ts":"12","/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.ts":"13","/Users/TylorSteinberger/code/tylors/fx/src/fromEffect.ts":"14","/Users/TylorSteinberger/code/tylors/fx/src/hold.test.ts":"15","/Users/TylorSteinberger/code/tylors/fx/src/hold.ts":"16","/Users/TylorSteinberger/code/tylors/fx/src/index.ts":"17","/Users/TylorSteinberger/code/tylors/fx/src/merge.test.ts":"18","/Users/TylorSteinberger/code/tylors/fx/src/merge.ts":"19","/Users/TylorSteinberger/code/tylors/fx/src/multicast.test.ts":"20","/Users/TylorSteinberger/code/tylors/fx/src/multicast.ts":"21","/Users/TylorSteinberger/code/tylors/fx/src/orElse.ts":"22","/Users/TylorSteinberger/code/tylors/fx/src/periodic.test.ts":"23","/Users/TylorSteinberger/code/tylors/fx/src/periodic.ts":"24","/Users/TylorSteinberger/code/tylors/fx/src/provide.ts":"25","/Users/TylorSteinberger/code/tylors/fx/src/scheduled.ts":"26","/Users/TylorSteinberger/code/tylors/fx/src/since.ts":"27","/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.ts":"28","/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.ts":"29","/Users/TylorSteinberger/code/tylors/fx/src/slice.test.ts":"30","/Users/TylorSteinberger/code/tylors/fx/src/slice.ts":"31","/Users/TylorSteinberger/code/tylors/fx/src/snapshot.ts":"32","/Users/TylorSteinberger/code/tylors/fx/src/suspendSucceed.ts":"33","/Users/TylorSteinberger/code/tylors/fx/src/switchMap.test.ts":"34","/Users/TylorSteinberger/code/tylors/fx/src/switchMap.ts":"35","/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.ts":"36","/Users/TylorSteinberger/code/tylors/fx/src/throttle.test.ts":"37","/Users/TylorSteinberger/code/tylors/fx/src/throttle.ts":"38","/Users/TylorSteinberger/code/tylors/fx/src/transform.ts":"39","/Users/TylorSteinberger/code/tylors/fx/src/until.test.ts":"40","/Users/TylorSteinberger/code/tylors/fx/src/until.ts":"41","/Users/TylorSteinberger/code/tylors/fx/src/zip.test.ts":"42","/Users/TylorSteinberger/code/tylors/fx/src/zip.ts":"43","/Users/TylorSteinberger/code/tylors/fx/src/continueWith.test.ts":"44","/Users/TylorSteinberger/code/tylors/fx/src/during.test.ts":"45","/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.test.ts":"46","/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.ts":"47","/Users/TylorSteinberger/code/tylors/fx/src/filterMap.test.ts":"48","/Users/TylorSteinberger/code/tylors/fx/src/filterMap.ts":"49","/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.test.ts":"50","/Users/TylorSteinberger/code/tylors/fx/src/fromIterable.ts":"51","/Users/TylorSteinberger/code/tylors/fx/src/mapCause.test.ts":"52","/Users/TylorSteinberger/code/tylors/fx/src/mapCause.ts":"53","/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.test.ts":"54","/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.ts":"55","/Users/TylorSteinberger/code/tylors/fx/src/orElse.test.ts":"56","/Users/TylorSteinberger/code/tylors/fx/src/provide.test.ts":"57","/Users/TylorSteinberger/code/tylors/fx/src/runCollect.ts":"58","/Users/TylorSteinberger/code/tylors/fx/src/runDrain.ts":"59","/Users/TylorSteinberger/code/tylors/fx/src/runObserve.ts":"60","/Users/TylorSteinberger/code/tylors/fx/src/runReduce.ts":"61","/Users/TylorSteinberger/code/tylors/fx/src/since.test.ts":"62","/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.test.ts":"63","/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.test.ts":"64","/Users/TylorSteinberger/code/tylors/fx/src/snapshot.test.ts":"65","/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.test.ts":"66","/Users/TylorSteinberger/code/tylors/fx/src/tapEffect.ts":"67","/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.test.ts":"68","/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.ts":"69","/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.test.ts":"70","/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.ts":"71","/Users/TylorSteinberger/code/tylors/fx/src/Subject.ts":"72","/Users/TylorSteinberger/code/tylors/fx/src/Subject.test.ts":"73","/Users/TylorSteinberger/code/tylors/fx/src/struct.ts":"74","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMap.test.ts":"75","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMap.ts":"76","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapLatest.test.ts":"77","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapLatest.ts":"78","/Users/TylorSteinberger/code/tylors/fx/src/scanEffect.ts":"79","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapList.test.ts":"80","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapList.ts":"81","/Users/TylorSteinberger/code/tylors/fx/src/fromFxEffect.ts":"82","/Users/TylorSteinberger/code/tylors/fx/src/on.ts":"83","/Users/TylorSteinberger/code/tylors/fx/src/fromDequeue.ts":"84","/Users/TylorSteinberger/code/tylors/fx/src/fromHub.ts":"85","/Users/TylorSteinberger/code/tylors/fx/src/toEnqueue.ts":"86","/Users/TylorSteinberger/code/tylors/fx/src/toStream.ts":"87"},{"size":1543,"mtime":1670462380599,"results":"88","hashOfConfig":"89"},{"size":2306,"mtime":1670462380600,"results":"90","hashOfConfig":"89"},{"size":927,"mtime":1670462864282,"results":"91","hashOfConfig":"89"},{"size":2169,"mtime":1670462380601,"results":"92","hashOfConfig":"89"},{"size":591,"mtime":1670462380602,"results":"93","hashOfConfig":"89"},{"size":530,"mtime":1670462837225,"results":"94","hashOfConfig":"89"},{"size":1617,"mtime":1670462380603,"results":"95","hashOfConfig":"89"},{"size":709,"mtime":1670462837246,"results":"96","hashOfConfig":"89"},{"size":557,"mtime":1670462380604,"results":"97","hashOfConfig":"89"},{"size":1674,"mtime":1670462380605,"results":"98","hashOfConfig":"89"},{"size":1514,"mtime":1670462840388,"results":"99","hashOfConfig":"89"},{"size":1216,"mtime":1670462380609,"results":"100","hashOfConfig":"89"},{"size":706,"mtime":1670462380609,"results":"101","hashOfConfig":"89"},{"size":3822,"mtime":1670462380610,"results":"102","hashOfConfig":"89"},{"size":1451,"mtime":1670462839453,"results":"103","hashOfConfig":"89"},{"size":3722,"mtime":1670462380611,"results":"104","hashOfConfig":"89"},{"size":1591,"mtime":1670462380611,"results":"105","hashOfConfig":"89"},{"size":538,"mtime":1670462839267,"results":"106","hashOfConfig":"89"},{"size":1039,"mtime":1670462380613,"results":"107","hashOfConfig":"89"},{"size":1301,"mtime":1670462839206,"results":"108","hashOfConfig":"89"},{"size":3363,"mtime":1670462380614,"results":"109","hashOfConfig":"89"},{"size":1034,"mtime":1670462380614,"results":"110","hashOfConfig":"89"},{"size":656,"mtime":1670462839071,"results":"111","hashOfConfig":"89"},{"size":429,"mtime":1670462380615,"results":"112","hashOfConfig":"89"},{"size":2111,"mtime":1670462380615,"results":"113","hashOfConfig":"89"},{"size":2515,"mtime":1670462380617,"results":"114","hashOfConfig":"89"},{"size":1010,"mtime":1670462380618,"results":"115","hashOfConfig":"89"},{"size":959,"mtime":1670462380618,"results":"116","hashOfConfig":"89"},{"size":1300,"mtime":1670462380619,"results":"117","hashOfConfig":"89"},{"size":538,"mtime":1670462841611,"results":"118","hashOfConfig":"89"},{"size":1145,"mtime":1670462380619,"results":"119","hashOfConfig":"89"},{"size":1543,"mtime":1670462380620,"results":"120","hashOfConfig":"89"},{"size":152,"mtime":1666901217512,"results":"121","hashOfConfig":"89"},{"size":984,"mtime":1670462841946,"results":"122","hashOfConfig":"89"},{"size":1628,"mtime":1670462380621,"results":"123","hashOfConfig":"89"},{"size":777,"mtime":1670462380621,"results":"124","hashOfConfig":"89"},{"size":535,"mtime":1670462838579,"results":"125","hashOfConfig":"89"},{"size":1810,"mtime":1670462380622,"results":"126","hashOfConfig":"89"},{"size":1738,"mtime":1670462380623,"results":"127","hashOfConfig":"89"},{"size":1097,"mtime":1670462838693,"results":"128","hashOfConfig":"89"},{"size":859,"mtime":1670462380623,"results":"129","hashOfConfig":"89"},{"size":840,"mtime":1670462838773,"results":"130","hashOfConfig":"89"},{"size":2272,"mtime":1670462380624,"results":"131","hashOfConfig":"89"},{"size":662,"mtime":1670462835501,"results":"132","hashOfConfig":"89"},{"size":1203,"mtime":1670462837248,"results":"133","hashOfConfig":"89"},{"size":2114,"mtime":1670462840924,"results":"134","hashOfConfig":"89"},{"size":3589,"mtime":1670462380607,"results":"135","hashOfConfig":"89"},{"size":925,"mtime":1670462840545,"results":"136","hashOfConfig":"89"},{"size":2254,"mtime":1670462380608,"results":"137","hashOfConfig":"89"},{"size":723,"mtime":1670462840096,"results":"138","hashOfConfig":"89"},{"size":541,"mtime":1670462380610,"results":"139","hashOfConfig":"89"},{"size":996,"mtime":1670462839317,"results":"140","hashOfConfig":"89"},{"size":636,"mtime":1670462380612,"results":"141","hashOfConfig":"89"},{"size":565,"mtime":1670462839293,"results":"142","hashOfConfig":"89"},{"size":474,"mtime":1670462380612,"results":"143","hashOfConfig":"89"},{"size":586,"mtime":1670462839104,"results":"144","hashOfConfig":"89"},{"size":1527,"mtime":1670462839032,"results":"145","hashOfConfig":"89"},{"size":595,"mtime":1670462380616,"results":"146","hashOfConfig":"89"},{"size":747,"mtime":1670462380616,"results":"147","hashOfConfig":"89"},{"size":1006,"mtime":1670462380616,"results":"148","hashOfConfig":"89"},{"size":1535,"mtime":1670462380616,"results":"149","hashOfConfig":"89"},{"size":1210,"mtime":1670462839004,"results":"150","hashOfConfig":"89"},{"size":778,"mtime":1670462838947,"results":"151","hashOfConfig":"89"},{"size":1124,"mtime":1670462838947,"results":"152","hashOfConfig":"89"},{"size":1278,"mtime":1670462838927,"results":"153","hashOfConfig":"89"},{"size":1088,"mtime":1670462842127,"results":"154","hashOfConfig":"89"},{"size":656,"mtime":1670462380621,"results":"155","hashOfConfig":"89"},{"size":703,"mtime":1670462838750,"results":"156","hashOfConfig":"89"},{"size":1374,"mtime":1670462380623,"results":"157","hashOfConfig":"89"},{"size":605,"mtime":1670462838845,"results":"158","hashOfConfig":"89"},{"size":1364,"mtime":1670462380624,"results":"159","hashOfConfig":"89"},{"size":7990,"mtime":1670462380600,"results":"160","hashOfConfig":"89"},{"size":2450,"mtime":1670462837321,"results":"161","hashOfConfig":"89"},{"size":612,"mtime":1670462380620,"results":"162","hashOfConfig":"89"},{"size":969,"mtime":1670462837248,"results":"163","hashOfConfig":"89"},{"size":1766,"mtime":1670462380605,"results":"164","hashOfConfig":"89"},{"size":1004,"mtime":1670462837286,"results":"165","hashOfConfig":"89"},{"size":2116,"mtime":1670462380606,"results":"166","hashOfConfig":"89"},{"size":972,"mtime":1670462380617,"results":"167","hashOfConfig":"89"},{"size":1666,"mtime":1670462837286,"results":"168","hashOfConfig":"89"},{"size":6526,"mtime":1670462380606,"results":"169","hashOfConfig":"89"},{"size":894,"mtime":1670462380610,"results":"170","hashOfConfig":"89"},{"size":1332,"mtime":1670462380614,"results":"171","hashOfConfig":"89"},{"size":430,"mtime":1670462380609,"results":"172","hashOfConfig":"89"},{"size":448,"mtime":1670462380610,"results":"173","hashOfConfig":"89"},{"size":308,"mtime":1670462380622,"results":"174","hashOfConfig":"89"},{"size":2375,"mtime":1670462380622,"results":"175","hashOfConfig":"89"},{"filePath":"176","messages":"177","suppressedMessages":"178","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"y6r0b1",{"filePath":"179","messages":"180","suppressedMessages":"181","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"182","messages":"183","suppressedMessages":"184","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"185","messages":"186","suppressedMessages":"187","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"188","messages":"189","suppressedMessages":"190","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"191","messages":"192","suppressedMessages":"193","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"194","messages":"195","suppressedMessages":"196","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"197","messages":"198","suppressedMessages":"199","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"200","messages":"201","suppressedMessages":"202","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"203","messages":"204","suppressedMessages":"205","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"206","messages":"207","suppressedMessages":"208","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"209","messages":"210","suppressedMessages":"211","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"212","messages":"213","suppressedMessages":"214","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"215","messages":"216","suppressedMessages":"217","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"218","messages":"219","suppressedMessages":"220","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"221","messages":"222","suppressedMessages":"223","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"224","messages":"225","suppressedMessages":"226","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"227","messages":"228","suppressedMessages":"229","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"230","messages":"231","suppressedMessages":"232","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"233","messages":"234","suppressedMessages":"235","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"236","messages":"237","suppressedMessages":"238","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"239","messages":"240","suppressedMessages":"241","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"242","messages":"243","suppressedMessages":"244","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"245","messages":"246","suppressedMessages":"247","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"248","messages":"249","suppressedMessages":"250","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"251","messages":"252","suppressedMessages":"253","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"254","messages":"255","suppressedMessages":"256","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"257","messages":"258","suppressedMessages":"259","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"260","messages":"261","suppressedMessages":"262","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"263","messages":"264","suppressedMessages":"265","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"266","messages":"267","suppressedMessages":"268","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"269","messages":"270","suppressedMessages":"271","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"272","messages":"273","suppressedMessages":"274","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"275","messages":"276","suppressedMessages":"277","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"278","messages":"279","suppressedMessages":"280","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"281","messages":"282","suppressedMessages":"283","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"284","messages":"285","suppressedMessages":"286","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"287","messages":"288","suppressedMessages":"289","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"290","messages":"291","suppressedMessages":"292","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"293","messages":"294","suppressedMessages":"295","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"296","messages":"297","suppressedMessages":"298","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"299","messages":"300","suppressedMessages":"301","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"302","messages":"303","suppressedMessages":"304","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"305","messages":"306","suppressedMessages":"307","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"308","messages":"309","suppressedMessages":"310","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"311","messages":"312","suppressedMessages":"313","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"314","messages":"315","suppressedMessages":"316","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"317","messages":"318","suppressedMessages":"319","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"320","messages":"321","suppressedMessages":"322","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"323","messages":"324","suppressedMessages":"325","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"326","messages":"327","suppressedMessages":"328","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"329","messages":"330","suppressedMessages":"331","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"332","messages":"333","suppressedMessages":"334","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"335","messages":"336","suppressedMessages":"337","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"338","messages":"339","suppressedMessages":"340","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"341","messages":"342","suppressedMessages":"343","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"344","messages":"345","suppressedMessages":"346","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"347","messages":"348","suppressedMessages":"349","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"350","messages":"351","suppressedMessages":"352","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"353","messages":"354","suppressedMessages":"355","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"356","messages":"357","suppressedMessages":"358","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"359","messages":"360","suppressedMessages":"361","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"362","messages":"363","suppressedMessages":"364","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"365","messages":"366","suppressedMessages":"367","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"368","messages":"369","suppressedMessages":"370","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"371","messages":"372","suppressedMessages":"373","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"374","messages":"375","suppressedMessages":"376","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"377","messages":"378","suppressedMessages":"379","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"380","messages":"381","suppressedMessages":"382","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"383","messages":"384","suppressedMessages":"385","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"386","messages":"387","suppressedMessages":"388","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"389","messages":"390","suppressedMessages":"391","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"392","messages":"393","suppressedMessages":"394","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"395","messages":"396","suppressedMessages":"397","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"398","messages":"399","suppressedMessages":"400","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"401","messages":"402","suppressedMessages":"403","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"404","messages":"405","suppressedMessages":"406","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"407","messages":"408","suppressedMessages":"409","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"410","messages":"411","suppressedMessages":"412","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"413","messages":"414","suppressedMessages":"415","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"416","messages":"417","suppressedMessages":"418","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"419","messages":"420","suppressedMessages":"421","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"422","messages":"423","suppressedMessages":"424","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"425","messages":"426","suppressedMessages":"427","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"428","messages":"429","suppressedMessages":"430","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"431","messages":"432","suppressedMessages":"433","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"434","messages":"435","suppressedMessages":"436","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/TylorSteinberger/code/tylors/fx/src/Fx.ts",[],["437","438","439","440","441","442"],"/Users/TylorSteinberger/code/tylors/fx/src/_internal.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/combine.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/combine.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/continueWith.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/debounce.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/debounce.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/delay.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/delay.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/during.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/hold.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/hold.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/merge.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/merge.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/multicast.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/multicast.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/orElse.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/periodic.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/periodic.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/provide.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/scheduled.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/since.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/slice.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/slice.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/snapshot.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/suspendSucceed.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/switchMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/switchMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/throttle.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/throttle.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/transform.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/until.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/until.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zip.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zip.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/continueWith.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/during.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromIterable.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapCause.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapCause.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/orElse.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/provide.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runCollect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runDrain.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runObserve.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runReduce.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/since.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/snapshot.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/tapEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Subject.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Subject.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/struct.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapLatest.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapLatest.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/scanEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapList.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapList.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromFxEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/on.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromDequeue.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromHub.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/toEnqueue.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/toStream.ts",[],[],{"ruleId":"443","severity":1,"message":"444","line":22,"column":63,"nodeType":"445","messageId":"446","endLine":22,"endColumn":65,"suppressions":"447"},{"ruleId":"443","severity":1,"message":"448","line":22,"column":73,"nodeType":"445","messageId":"446","endLine":22,"endColumn":75,"suppressions":"449"},{"ruleId":"443","severity":1,"message":"450","line":23,"column":51,"nodeType":"445","messageId":"446","endLine":23,"endColumn":53,"suppressions":"451"},{"ruleId":"443","severity":1,"message":"448","line":23,"column":70,"nodeType":"445","messageId":"446","endLine":23,"endColumn":72,"suppressions":"452"},{"ruleId":"443","severity":1,"message":"450","line":24,"column":51,"nodeType":"445","messageId":"446","endLine":24,"endColumn":53,"suppressions":"453"},{"ruleId":"443","severity":1,"message":"444","line":24,"column":61,"nodeType":"445","messageId":"446","endLine":24,"endColumn":63,"suppressions":"454"},"@typescript-eslint/no-unused-vars","'_E' is defined but never used.","Identifier","unusedVar",["455"],"'_A' is defined but never used.",["456"],"'_R' is defined but never used.",["457"],["458"],["459"],["460"],{"kind":"461","justification":"462"},{"kind":"461","justification":"462"},{"kind":"461","justification":"462"},{"kind":"461","justification":"462"},{"kind":"461","justification":"462"},{"kind":"461","justification":"462"},"directive",""]
|
|
1
|
+
[{"/Users/TylorSteinberger/code/tylors/fx/src/Fx.ts":"1","/Users/TylorSteinberger/code/tylors/fx/src/_internal.ts":"2","/Users/TylorSteinberger/code/tylors/fx/src/combine.test.ts":"3","/Users/TylorSteinberger/code/tylors/fx/src/combine.ts":"4","/Users/TylorSteinberger/code/tylors/fx/src/continueWith.ts":"5","/Users/TylorSteinberger/code/tylors/fx/src/debounce.test.ts":"6","/Users/TylorSteinberger/code/tylors/fx/src/debounce.ts":"7","/Users/TylorSteinberger/code/tylors/fx/src/delay.test.ts":"8","/Users/TylorSteinberger/code/tylors/fx/src/delay.ts":"9","/Users/TylorSteinberger/code/tylors/fx/src/during.ts":"10","/Users/TylorSteinberger/code/tylors/fx/src/flatMap.test.ts":"11","/Users/TylorSteinberger/code/tylors/fx/src/flatMap.ts":"12","/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.ts":"13","/Users/TylorSteinberger/code/tylors/fx/src/fromEffect.ts":"14","/Users/TylorSteinberger/code/tylors/fx/src/hold.test.ts":"15","/Users/TylorSteinberger/code/tylors/fx/src/hold.ts":"16","/Users/TylorSteinberger/code/tylors/fx/src/index.ts":"17","/Users/TylorSteinberger/code/tylors/fx/src/merge.test.ts":"18","/Users/TylorSteinberger/code/tylors/fx/src/merge.ts":"19","/Users/TylorSteinberger/code/tylors/fx/src/multicast.test.ts":"20","/Users/TylorSteinberger/code/tylors/fx/src/multicast.ts":"21","/Users/TylorSteinberger/code/tylors/fx/src/orElse.ts":"22","/Users/TylorSteinberger/code/tylors/fx/src/periodic.test.ts":"23","/Users/TylorSteinberger/code/tylors/fx/src/periodic.ts":"24","/Users/TylorSteinberger/code/tylors/fx/src/provide.ts":"25","/Users/TylorSteinberger/code/tylors/fx/src/scheduled.ts":"26","/Users/TylorSteinberger/code/tylors/fx/src/since.ts":"27","/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.ts":"28","/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.ts":"29","/Users/TylorSteinberger/code/tylors/fx/src/slice.test.ts":"30","/Users/TylorSteinberger/code/tylors/fx/src/slice.ts":"31","/Users/TylorSteinberger/code/tylors/fx/src/snapshot.ts":"32","/Users/TylorSteinberger/code/tylors/fx/src/suspendSucceed.ts":"33","/Users/TylorSteinberger/code/tylors/fx/src/switchMap.test.ts":"34","/Users/TylorSteinberger/code/tylors/fx/src/switchMap.ts":"35","/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.ts":"36","/Users/TylorSteinberger/code/tylors/fx/src/throttle.test.ts":"37","/Users/TylorSteinberger/code/tylors/fx/src/throttle.ts":"38","/Users/TylorSteinberger/code/tylors/fx/src/transform.ts":"39","/Users/TylorSteinberger/code/tylors/fx/src/until.test.ts":"40","/Users/TylorSteinberger/code/tylors/fx/src/until.ts":"41","/Users/TylorSteinberger/code/tylors/fx/src/zip.test.ts":"42","/Users/TylorSteinberger/code/tylors/fx/src/zip.ts":"43","/Users/TylorSteinberger/code/tylors/fx/src/continueWith.test.ts":"44","/Users/TylorSteinberger/code/tylors/fx/src/during.test.ts":"45","/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.test.ts":"46","/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.ts":"47","/Users/TylorSteinberger/code/tylors/fx/src/filterMap.test.ts":"48","/Users/TylorSteinberger/code/tylors/fx/src/filterMap.ts":"49","/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.test.ts":"50","/Users/TylorSteinberger/code/tylors/fx/src/fromIterable.ts":"51","/Users/TylorSteinberger/code/tylors/fx/src/mapCause.test.ts":"52","/Users/TylorSteinberger/code/tylors/fx/src/mapCause.ts":"53","/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.test.ts":"54","/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.ts":"55","/Users/TylorSteinberger/code/tylors/fx/src/orElse.test.ts":"56","/Users/TylorSteinberger/code/tylors/fx/src/provide.test.ts":"57","/Users/TylorSteinberger/code/tylors/fx/src/runCollect.ts":"58","/Users/TylorSteinberger/code/tylors/fx/src/runDrain.ts":"59","/Users/TylorSteinberger/code/tylors/fx/src/runObserve.ts":"60","/Users/TylorSteinberger/code/tylors/fx/src/runReduce.ts":"61","/Users/TylorSteinberger/code/tylors/fx/src/since.test.ts":"62","/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.test.ts":"63","/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.test.ts":"64","/Users/TylorSteinberger/code/tylors/fx/src/snapshot.test.ts":"65","/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.test.ts":"66","/Users/TylorSteinberger/code/tylors/fx/src/tapEffect.ts":"67","/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.test.ts":"68","/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.ts":"69","/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.test.ts":"70","/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.ts":"71","/Users/TylorSteinberger/code/tylors/fx/src/Subject.ts":"72","/Users/TylorSteinberger/code/tylors/fx/src/Subject.test.ts":"73","/Users/TylorSteinberger/code/tylors/fx/src/struct.ts":"74","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMap.test.ts":"75","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMap.ts":"76","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapLatest.test.ts":"77","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapLatest.ts":"78","/Users/TylorSteinberger/code/tylors/fx/src/scanEffect.ts":"79","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapList.test.ts":"80","/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapList.ts":"81","/Users/TylorSteinberger/code/tylors/fx/src/fromFxEffect.ts":"82","/Users/TylorSteinberger/code/tylors/fx/src/on.ts":"83","/Users/TylorSteinberger/code/tylors/fx/src/fromDequeue.ts":"84","/Users/TylorSteinberger/code/tylors/fx/src/fromHub.ts":"85","/Users/TylorSteinberger/code/tylors/fx/src/toEnqueue.ts":"86","/Users/TylorSteinberger/code/tylors/fx/src/toStream.ts":"87"},{"size":1543,"mtime":1670462380599,"results":"88","hashOfConfig":"89"},{"size":2306,"mtime":1670462380600,"results":"90","hashOfConfig":"89"},{"size":927,"mtime":1670462864282,"results":"91","hashOfConfig":"89"},{"size":2169,"mtime":1670462380601,"results":"92","hashOfConfig":"89"},{"size":591,"mtime":1670462380602,"results":"93","hashOfConfig":"89"},{"size":530,"mtime":1670462837225,"results":"94","hashOfConfig":"89"},{"size":1617,"mtime":1670462380603,"results":"95","hashOfConfig":"89"},{"size":709,"mtime":1670462837246,"results":"96","hashOfConfig":"89"},{"size":557,"mtime":1670462380604,"results":"97","hashOfConfig":"89"},{"size":1674,"mtime":1670462380605,"results":"98","hashOfConfig":"89"},{"size":1514,"mtime":1670462840388,"results":"99","hashOfConfig":"89"},{"size":1216,"mtime":1670462380609,"results":"100","hashOfConfig":"89"},{"size":706,"mtime":1670462380609,"results":"101","hashOfConfig":"89"},{"size":3822,"mtime":1670462380610,"results":"102","hashOfConfig":"89"},{"size":1451,"mtime":1670462839453,"results":"103","hashOfConfig":"89"},{"size":3722,"mtime":1670462380611,"results":"104","hashOfConfig":"89"},{"size":1591,"mtime":1670462380611,"results":"105","hashOfConfig":"89"},{"size":538,"mtime":1670462839267,"results":"106","hashOfConfig":"89"},{"size":1039,"mtime":1670462380613,"results":"107","hashOfConfig":"89"},{"size":1301,"mtime":1670462839206,"results":"108","hashOfConfig":"89"},{"size":3363,"mtime":1670462380614,"results":"109","hashOfConfig":"89"},{"size":1034,"mtime":1670462380614,"results":"110","hashOfConfig":"89"},{"size":656,"mtime":1670462839071,"results":"111","hashOfConfig":"89"},{"size":429,"mtime":1670462380615,"results":"112","hashOfConfig":"89"},{"size":2111,"mtime":1670462380615,"results":"113","hashOfConfig":"89"},{"size":2515,"mtime":1670462380617,"results":"114","hashOfConfig":"89"},{"size":1010,"mtime":1670462380618,"results":"115","hashOfConfig":"89"},{"size":959,"mtime":1670462380618,"results":"116","hashOfConfig":"89"},{"size":1300,"mtime":1670462380619,"results":"117","hashOfConfig":"89"},{"size":538,"mtime":1670462841611,"results":"118","hashOfConfig":"89"},{"size":1145,"mtime":1670462380619,"results":"119","hashOfConfig":"89"},{"size":1543,"mtime":1670462380620,"results":"120","hashOfConfig":"89"},{"size":152,"mtime":1666901217512,"results":"121","hashOfConfig":"89"},{"size":984,"mtime":1670462841946,"results":"122","hashOfConfig":"89"},{"size":1628,"mtime":1670462380621,"results":"123","hashOfConfig":"89"},{"size":777,"mtime":1670462380621,"results":"124","hashOfConfig":"89"},{"size":535,"mtime":1670462838579,"results":"125","hashOfConfig":"89"},{"size":1810,"mtime":1670462380622,"results":"126","hashOfConfig":"89"},{"size":1738,"mtime":1670462380623,"results":"127","hashOfConfig":"89"},{"size":1097,"mtime":1670462838693,"results":"128","hashOfConfig":"89"},{"size":859,"mtime":1670462380623,"results":"129","hashOfConfig":"89"},{"size":840,"mtime":1670462838773,"results":"130","hashOfConfig":"89"},{"size":2272,"mtime":1670462380624,"results":"131","hashOfConfig":"89"},{"size":662,"mtime":1670462835501,"results":"132","hashOfConfig":"89"},{"size":1203,"mtime":1670462837248,"results":"133","hashOfConfig":"89"},{"size":2114,"mtime":1670462840924,"results":"134","hashOfConfig":"89"},{"size":3589,"mtime":1670462380607,"results":"135","hashOfConfig":"89"},{"size":925,"mtime":1670462840545,"results":"136","hashOfConfig":"89"},{"size":2254,"mtime":1670462380608,"results":"137","hashOfConfig":"89"},{"size":723,"mtime":1670462840096,"results":"138","hashOfConfig":"89"},{"size":541,"mtime":1670462380610,"results":"139","hashOfConfig":"89"},{"size":996,"mtime":1670462839317,"results":"140","hashOfConfig":"89"},{"size":636,"mtime":1670462380612,"results":"141","hashOfConfig":"89"},{"size":565,"mtime":1670462839293,"results":"142","hashOfConfig":"89"},{"size":474,"mtime":1670462380612,"results":"143","hashOfConfig":"89"},{"size":586,"mtime":1670462839104,"results":"144","hashOfConfig":"89"},{"size":1527,"mtime":1670462839032,"results":"145","hashOfConfig":"89"},{"size":595,"mtime":1670462380616,"results":"146","hashOfConfig":"89"},{"size":747,"mtime":1670462380616,"results":"147","hashOfConfig":"89"},{"size":1006,"mtime":1670462380616,"results":"148","hashOfConfig":"89"},{"size":1535,"mtime":1670462380616,"results":"149","hashOfConfig":"89"},{"size":1210,"mtime":1670462839004,"results":"150","hashOfConfig":"89"},{"size":778,"mtime":1670462838947,"results":"151","hashOfConfig":"89"},{"size":1124,"mtime":1670462838947,"results":"152","hashOfConfig":"89"},{"size":1278,"mtime":1670462838927,"results":"153","hashOfConfig":"89"},{"size":1088,"mtime":1670462842127,"results":"154","hashOfConfig":"89"},{"size":656,"mtime":1670462380621,"results":"155","hashOfConfig":"89"},{"size":703,"mtime":1670462838750,"results":"156","hashOfConfig":"89"},{"size":1374,"mtime":1670462380623,"results":"157","hashOfConfig":"89"},{"size":605,"mtime":1670462838845,"results":"158","hashOfConfig":"89"},{"size":1364,"mtime":1670462380624,"results":"159","hashOfConfig":"89"},{"size":7990,"mtime":1670462380600,"results":"160","hashOfConfig":"89"},{"size":2450,"mtime":1670462837321,"results":"161","hashOfConfig":"89"},{"size":612,"mtime":1670462380620,"results":"162","hashOfConfig":"89"},{"size":968,"mtime":1670463741766,"results":"163","hashOfConfig":"89"},{"size":1766,"mtime":1670462380605,"results":"164","hashOfConfig":"89"},{"size":1004,"mtime":1670462837286,"results":"165","hashOfConfig":"89"},{"size":2116,"mtime":1670462380606,"results":"166","hashOfConfig":"89"},{"size":972,"mtime":1670462380617,"results":"167","hashOfConfig":"89"},{"size":1666,"mtime":1670462837286,"results":"168","hashOfConfig":"89"},{"size":6526,"mtime":1670462380606,"results":"169","hashOfConfig":"89"},{"size":891,"mtime":1670696531023,"results":"170","hashOfConfig":"89"},{"size":1332,"mtime":1670462380614,"results":"171","hashOfConfig":"89"},{"size":430,"mtime":1670462380609,"results":"172","hashOfConfig":"89"},{"size":448,"mtime":1670462380610,"results":"173","hashOfConfig":"89"},{"size":308,"mtime":1670462380622,"results":"174","hashOfConfig":"89"},{"size":2375,"mtime":1670462380622,"results":"175","hashOfConfig":"89"},{"filePath":"176","messages":"177","suppressedMessages":"178","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"y6r0b1",{"filePath":"179","messages":"180","suppressedMessages":"181","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"182","messages":"183","suppressedMessages":"184","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"185","messages":"186","suppressedMessages":"187","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"188","messages":"189","suppressedMessages":"190","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"191","messages":"192","suppressedMessages":"193","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"194","messages":"195","suppressedMessages":"196","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"197","messages":"198","suppressedMessages":"199","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"200","messages":"201","suppressedMessages":"202","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"203","messages":"204","suppressedMessages":"205","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"206","messages":"207","suppressedMessages":"208","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"209","messages":"210","suppressedMessages":"211","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"212","messages":"213","suppressedMessages":"214","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"215","messages":"216","suppressedMessages":"217","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"218","messages":"219","suppressedMessages":"220","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"221","messages":"222","suppressedMessages":"223","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"224","messages":"225","suppressedMessages":"226","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"227","messages":"228","suppressedMessages":"229","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"230","messages":"231","suppressedMessages":"232","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"233","messages":"234","suppressedMessages":"235","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"236","messages":"237","suppressedMessages":"238","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"239","messages":"240","suppressedMessages":"241","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"242","messages":"243","suppressedMessages":"244","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"245","messages":"246","suppressedMessages":"247","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"248","messages":"249","suppressedMessages":"250","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"251","messages":"252","suppressedMessages":"253","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"254","messages":"255","suppressedMessages":"256","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"257","messages":"258","suppressedMessages":"259","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"260","messages":"261","suppressedMessages":"262","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"263","messages":"264","suppressedMessages":"265","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"266","messages":"267","suppressedMessages":"268","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"269","messages":"270","suppressedMessages":"271","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"272","messages":"273","suppressedMessages":"274","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"275","messages":"276","suppressedMessages":"277","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"278","messages":"279","suppressedMessages":"280","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"281","messages":"282","suppressedMessages":"283","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"284","messages":"285","suppressedMessages":"286","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"287","messages":"288","suppressedMessages":"289","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"290","messages":"291","suppressedMessages":"292","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"293","messages":"294","suppressedMessages":"295","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"296","messages":"297","suppressedMessages":"298","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"299","messages":"300","suppressedMessages":"301","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"302","messages":"303","suppressedMessages":"304","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"305","messages":"306","suppressedMessages":"307","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"308","messages":"309","suppressedMessages":"310","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"311","messages":"312","suppressedMessages":"313","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"314","messages":"315","suppressedMessages":"316","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"317","messages":"318","suppressedMessages":"319","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"320","messages":"321","suppressedMessages":"322","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"323","messages":"324","suppressedMessages":"325","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"326","messages":"327","suppressedMessages":"328","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"329","messages":"330","suppressedMessages":"331","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"332","messages":"333","suppressedMessages":"334","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"335","messages":"336","suppressedMessages":"337","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"338","messages":"339","suppressedMessages":"340","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"341","messages":"342","suppressedMessages":"343","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"344","messages":"345","suppressedMessages":"346","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"347","messages":"348","suppressedMessages":"349","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"350","messages":"351","suppressedMessages":"352","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"353","messages":"354","suppressedMessages":"355","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"356","messages":"357","suppressedMessages":"358","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"359","messages":"360","suppressedMessages":"361","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"362","messages":"363","suppressedMessages":"364","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"365","messages":"366","suppressedMessages":"367","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"368","messages":"369","suppressedMessages":"370","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"371","messages":"372","suppressedMessages":"373","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"374","messages":"375","suppressedMessages":"376","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"377","messages":"378","suppressedMessages":"379","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"380","messages":"381","suppressedMessages":"382","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"383","messages":"384","suppressedMessages":"385","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"386","messages":"387","suppressedMessages":"388","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"389","messages":"390","suppressedMessages":"391","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"392","messages":"393","suppressedMessages":"394","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"395","messages":"396","suppressedMessages":"397","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"398","messages":"399","suppressedMessages":"400","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"401","messages":"402","suppressedMessages":"403","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"404","messages":"405","suppressedMessages":"406","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"407","messages":"408","suppressedMessages":"409","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"410","messages":"411","suppressedMessages":"412","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"413","messages":"414","suppressedMessages":"415","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"416","messages":"417","suppressedMessages":"418","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"419","messages":"420","suppressedMessages":"421","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"422","messages":"423","suppressedMessages":"424","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"425","messages":"426","suppressedMessages":"427","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"428","messages":"429","suppressedMessages":"430","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"431","messages":"432","suppressedMessages":"433","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"434","messages":"435","suppressedMessages":"436","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/TylorSteinberger/code/tylors/fx/src/Fx.ts",[],["437","438","439","440","441","442"],"/Users/TylorSteinberger/code/tylors/fx/src/_internal.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/combine.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/combine.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/continueWith.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/debounce.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/debounce.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/delay.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/delay.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/during.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/hold.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/hold.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/merge.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/merge.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/multicast.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/multicast.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/orElse.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/periodic.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/periodic.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/provide.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/scheduled.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/since.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/slice.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/slice.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/snapshot.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/suspendSucceed.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/switchMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/switchMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/throttle.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/throttle.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/transform.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/until.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/until.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zip.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zip.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/continueWith.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/during.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromIterable.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapCause.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapCause.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/orElse.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/provide.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runCollect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runDrain.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runObserve.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runReduce.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/since.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/snapshot.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/tapEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Subject.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Subject.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/struct.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapLatest.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapLatest.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/scanEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapList.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/exhaustMapList.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromFxEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/on.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromDequeue.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromHub.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/toEnqueue.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/toStream.ts",[],[],{"ruleId":"443","severity":1,"message":"444","line":22,"column":63,"nodeType":"445","messageId":"446","endLine":22,"endColumn":65,"suppressions":"447"},{"ruleId":"443","severity":1,"message":"448","line":22,"column":73,"nodeType":"445","messageId":"446","endLine":22,"endColumn":75,"suppressions":"449"},{"ruleId":"443","severity":1,"message":"450","line":23,"column":51,"nodeType":"445","messageId":"446","endLine":23,"endColumn":53,"suppressions":"451"},{"ruleId":"443","severity":1,"message":"448","line":23,"column":70,"nodeType":"445","messageId":"446","endLine":23,"endColumn":72,"suppressions":"452"},{"ruleId":"443","severity":1,"message":"450","line":24,"column":51,"nodeType":"445","messageId":"446","endLine":24,"endColumn":53,"suppressions":"453"},{"ruleId":"443","severity":1,"message":"444","line":24,"column":61,"nodeType":"445","messageId":"446","endLine":24,"endColumn":63,"suppressions":"454"},"@typescript-eslint/no-unused-vars","'_E' is defined but never used.","Identifier","unusedVar",["455"],"'_A' is defined but never used.",["456"],"'_R' is defined but never used.",["457"],["458"],["459"],["460"],{"kind":"461","justification":"462"},{"kind":"461","justification":"462"},{"kind":"461","justification":"462"},{"kind":"461","justification":"462"},{"kind":"461","justification":"462"},{"kind":"461","justification":"462"},"directive",""]
|
package/cjs/fromFxEffect.d.ts
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
import * as Effect from '@effect/core/io/Effect';
|
|
2
2
|
import { Fx } from './Fx.js';
|
|
3
3
|
export declare function fromFxEffect<R, E, R2, E2, A>(effectFx: Effect.Effect<R, E, Fx<R2, E2, A>>): Fx<R | R2, E | E2, A>;
|
|
4
|
-
export declare function fromFxGen<Eff extends Effect.GenEffect<any, any, any>, R2, E2, A>(f: (i: Effect.Adapter) => Generator<Eff, Fx<R2, E2, A>, any>): Fx<[
|
|
5
|
-
Eff
|
|
6
|
-
] extends [{
|
|
4
|
+
export declare function fromFxGen<Eff extends Effect.GenEffect<any, any, any>, R2, E2, A>(f: (i: Effect.Adapter) => Generator<Eff, Fx<R2, E2, A>, any>): Fx<([Eff] extends [{
|
|
7
5
|
[Effect._GenR]: () => infer R;
|
|
8
|
-
}] ? R : never | R2, [
|
|
9
|
-
Eff
|
|
10
|
-
] extends [{
|
|
6
|
+
}] ? R : never) | R2, ([Eff] extends [{
|
|
11
7
|
[Effect._GenE]: () => infer E;
|
|
12
|
-
}] ? E : never | E2, A>;
|
|
8
|
+
}] ? E : never) | E2, A>;
|
|
13
9
|
//# sourceMappingURL=fromFxEffect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fromFxEffect.d.ts","sourceRoot":"","sources":["../src/fromFxEffect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAGhD,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAE5B,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC1C,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,GAC3C,EAAE,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAOvB;AAED,wBAAgB,SAAS,CAAC,GAAG,SAAS,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC9E,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,OAAO,KAAK,SAAS,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,GAC3D,EAAE,CACH
|
|
1
|
+
{"version":3,"file":"fromFxEffect.d.ts","sourceRoot":"","sources":["../src/fromFxEffect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAGhD,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAE5B,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC1C,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,GAC3C,EAAE,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAOvB;AAED,wBAAgB,SAAS,CAAC,GAAG,SAAS,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC9E,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,OAAO,KAAK,SAAS,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,GAC3D,EAAE,CACH,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC;IAAE,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,MAAM,MAAM,CAAC,CAAA;CAAE,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,GAAG,EAAE,EACpE,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC;IAAE,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,MAAM,MAAM,CAAC,CAAA;CAAE,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,GAAG,EAAE,EACpE,CAAC,CACF,CAQA"}
|
package/cjs/fromFxEffect.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fromFxEffect.js","sourceRoot":"","sources":["../src/fromFxEffect.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+DAAgD;AAChD,mDAA2C;AAE3C,mCAA4B;AAE5B,SAAgB,YAAY,CAC1B,QAA4C;IAE5C,OAAO,IAAA,UAAE,EAAC,CAAC,OAAO,EAAE,EAAE,CACpB,IAAA,eAAI,EACF,QAAQ,EACR,MAAM,CAAC,eAAe,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CACnE,CACF,CAAA;AACH,CAAC;AATD,oCASC;AAED,SAAgB,SAAS,CACvB,CAA4D;IAM5D,OAAO,YAAY,CAMjB,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"fromFxEffect.js","sourceRoot":"","sources":["../src/fromFxEffect.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+DAAgD;AAChD,mDAA2C;AAE3C,mCAA4B;AAE5B,SAAgB,YAAY,CAC1B,QAA4C;IAE5C,OAAO,IAAA,UAAE,EAAC,CAAC,OAAO,EAAE,EAAE,CACpB,IAAA,eAAI,EACF,QAAQ,EACR,MAAM,CAAC,eAAe,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CACnE,CACF,CAAA;AACH,CAAC;AATD,oCASC;AAED,SAAgB,SAAS,CACvB,CAA4D;IAM5D,OAAO,YAAY,CAMjB,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAA;AAClB,CAAC;AAdD,8BAcC"}
|
package/esm/fromFxEffect.d.ts
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
import * as Effect from '@effect/core/io/Effect';
|
|
2
2
|
import { Fx } from './Fx.js';
|
|
3
3
|
export declare function fromFxEffect<R, E, R2, E2, A>(effectFx: Effect.Effect<R, E, Fx<R2, E2, A>>): Fx<R | R2, E | E2, A>;
|
|
4
|
-
export declare function fromFxGen<Eff extends Effect.GenEffect<any, any, any>, R2, E2, A>(f: (i: Effect.Adapter) => Generator<Eff, Fx<R2, E2, A>, any>): Fx<[
|
|
5
|
-
Eff
|
|
6
|
-
] extends [{
|
|
4
|
+
export declare function fromFxGen<Eff extends Effect.GenEffect<any, any, any>, R2, E2, A>(f: (i: Effect.Adapter) => Generator<Eff, Fx<R2, E2, A>, any>): Fx<([Eff] extends [{
|
|
7
5
|
[Effect._GenR]: () => infer R;
|
|
8
|
-
}] ? R : never | R2, [
|
|
9
|
-
Eff
|
|
10
|
-
] extends [{
|
|
6
|
+
}] ? R : never) | R2, ([Eff] extends [{
|
|
11
7
|
[Effect._GenE]: () => infer E;
|
|
12
|
-
}] ? E : never | E2, A>;
|
|
8
|
+
}] ? E : never) | E2, A>;
|
|
13
9
|
//# sourceMappingURL=fromFxEffect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fromFxEffect.d.ts","sourceRoot":"","sources":["../src/fromFxEffect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAGhD,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAE5B,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC1C,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,GAC3C,EAAE,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAOvB;AAED,wBAAgB,SAAS,CAAC,GAAG,SAAS,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC9E,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,OAAO,KAAK,SAAS,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,GAC3D,EAAE,CACH
|
|
1
|
+
{"version":3,"file":"fromFxEffect.d.ts","sourceRoot":"","sources":["../src/fromFxEffect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAGhD,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAE5B,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC1C,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,GAC3C,EAAE,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAOvB;AAED,wBAAgB,SAAS,CAAC,GAAG,SAAS,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC9E,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,OAAO,KAAK,SAAS,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,GAC3D,EAAE,CACH,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC;IAAE,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,MAAM,MAAM,CAAC,CAAA;CAAE,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,GAAG,EAAE,EACpE,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC;IAAE,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,MAAM,MAAM,CAAC,CAAA;CAAE,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,GAAG,EAAE,EACpE,CAAC,CACF,CAQA"}
|
package/esm/fromFxEffect.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fromFxEffect.js","sourceRoot":"","sources":["../src/fromFxEffect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAE3C,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAE5B,MAAM,UAAU,YAAY,CAC1B,QAA4C;IAE5C,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,EAAE,CACpB,IAAI,CACF,QAAQ,EACR,MAAM,CAAC,eAAe,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CACnE,CACF,CAAA;AACH,CAAC;AAED,MAAM,UAAU,SAAS,CACvB,CAA4D;IAM5D,OAAO,YAAY,CAMjB,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"fromFxEffect.js","sourceRoot":"","sources":["../src/fromFxEffect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAE3C,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAE5B,MAAM,UAAU,YAAY,CAC1B,QAA4C;IAE5C,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,EAAE,CACpB,IAAI,CACF,QAAQ,EACR,MAAM,CAAC,eAAe,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CACnE,CACF,CAAA;AACH,CAAC;AAED,MAAM,UAAU,SAAS,CACvB,CAA4D;IAM5D,OAAO,YAAY,CAMjB,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAA;AAClB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typed/fx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.35",
|
|
4
4
|
"description": "High-performance Asynchronous Effects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "esm/index.js",
|
|
@@ -20,8 +20,11 @@
|
|
|
20
20
|
"preversion": "npm test",
|
|
21
21
|
"postversion": "npm run build && npm publish --access=public",
|
|
22
22
|
"prepare": "ts-patch install -s",
|
|
23
|
-
"perf
|
|
24
|
-
"
|
|
23
|
+
"perf": "npm run esm perf/runPerfTest.ts",
|
|
24
|
+
"perf:filter-map-reduce": "npm run esm perf/cases/filter-map-reduce.ts",
|
|
25
|
+
"perf:flatMap": "npm run esm perf/cases/flatMap.ts",
|
|
26
|
+
"perf:switchMap": "npm run esm perf/cases/switchMap.ts",
|
|
27
|
+
"esm": "ESBK_DISABLE_CACHE=1 node --max-old-space-size=4096 --loader @esbuild-kit/esm-loader"
|
|
25
28
|
},
|
|
26
29
|
"keywords": [
|
|
27
30
|
"Fx",
|
|
@@ -35,6 +38,7 @@
|
|
|
35
38
|
"license": "MIT",
|
|
36
39
|
"dependencies": {
|
|
37
40
|
"@effect/core": "^0.0.16",
|
|
41
|
+
"@fp-ts/data": "^0.0.22",
|
|
38
42
|
"@tsplus/stdlib": "^0.2.8"
|
|
39
43
|
},
|
|
40
44
|
"peerDependencies": {
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { performance } from 'node:perf_hooks'
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
import * as Stream from '@effect/core/stream/Stream'
|
|
4
4
|
import * as MC from '@most/core'
|
|
5
|
+
import * as Chunk from '@tsplus/stdlib/collections/Chunk'
|
|
6
|
+
import { pipe } from '@tsplus/stdlib/data/Function'
|
|
5
7
|
import * as rxjs from 'rxjs'
|
|
6
8
|
|
|
7
9
|
import * as Fx from '../../src/index'
|
|
@@ -11,9 +13,8 @@ import {
|
|
|
11
13
|
printTestSuiteResult,
|
|
12
14
|
runTestSuite,
|
|
13
15
|
} from '../../tools/benchmark.js'
|
|
14
|
-
import { fxTest, mostTest, rxjsTest } from '../helpers.js'
|
|
16
|
+
import { effectTest, fxTest, isMain, mostTest, rxjsTest } from '../helpers.js'
|
|
15
17
|
|
|
16
|
-
const config: RunTestConfig = RunTestConfig(100, () => performance.now())
|
|
17
18
|
const array = Array.from({ length: 100_000 }, (_, i) => i)
|
|
18
19
|
const filterEven = (n: number) => n % 2 === 0
|
|
19
20
|
const double = (n: number) => n * 2
|
|
@@ -29,12 +30,22 @@ const suite: TestSuite = TestSuite(`filter -> map -> reduce ${array.length} inte
|
|
|
29
30
|
rxjsTest(() =>
|
|
30
31
|
pipe(rxjs.from(array), rxjs.filter(filterEven), rxjs.map(double), rxjs.scan(sum, 0)),
|
|
31
32
|
),
|
|
33
|
+
effectTest(() =>
|
|
34
|
+
pipe(
|
|
35
|
+
Stream.fromChunk(Chunk.from(array)),
|
|
36
|
+
Stream.filter(filterEven),
|
|
37
|
+
Stream.map(double),
|
|
38
|
+
Stream.scan(0, sum),
|
|
39
|
+
Stream.runDrain,
|
|
40
|
+
),
|
|
41
|
+
),
|
|
32
42
|
])
|
|
33
43
|
|
|
34
|
-
runTestSuite(
|
|
35
|
-
|
|
36
|
-
(
|
|
37
|
-
console.error(error)
|
|
38
|
-
process.exitCode = 1
|
|
39
|
-
},
|
|
44
|
+
export const result = await runTestSuite(
|
|
45
|
+
suite,
|
|
46
|
+
RunTestConfig(100, () => performance.now()),
|
|
40
47
|
)
|
|
48
|
+
|
|
49
|
+
if (isMain(import.meta)) {
|
|
50
|
+
console.log(printTestSuiteResult(result))
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { performance } from 'node:perf_hooks'
|
|
2
|
+
|
|
3
|
+
import * as Stream from '@effect/core/stream/Stream'
|
|
4
|
+
import * as MC from '@most/core'
|
|
5
|
+
import { pipe } from '@tsplus/stdlib/data/Function'
|
|
6
|
+
import * as rxjs from 'rxjs'
|
|
7
|
+
|
|
8
|
+
import * as Fx from '../../src/index'
|
|
9
|
+
import {
|
|
10
|
+
RunTestConfig,
|
|
11
|
+
TestSuite,
|
|
12
|
+
printTestSuiteResult,
|
|
13
|
+
runTestSuite,
|
|
14
|
+
} from '../../tools/benchmark.js'
|
|
15
|
+
import { effectTest, fxTest, isMain, mostTest, rxjsTest } from '../helpers.js'
|
|
16
|
+
|
|
17
|
+
const array = Array.from({ length: 1000 }, (_, i) => Array.from({ length: 1000 }, (_, j) => i + j))
|
|
18
|
+
const sum = (a: number, b: number) => a + b
|
|
19
|
+
|
|
20
|
+
const suite: TestSuite = TestSuite(`flatMap ${array.length} * ${array.length} integers`, [
|
|
21
|
+
fxTest(() => pipe(Fx.fromIterable(array), Fx.flatMap(Fx.fromIterable), Fx.scan(0, sum))),
|
|
22
|
+
mostTest((fromArray) => pipe(fromArray(array), MC.chain(fromArray), MC.scan(sum, 0))),
|
|
23
|
+
rxjsTest(() =>
|
|
24
|
+
pipe(
|
|
25
|
+
rxjs.from(array),
|
|
26
|
+
rxjs.flatMap((xs) => rxjs.from(xs)),
|
|
27
|
+
rxjs.scan(sum, 0),
|
|
28
|
+
),
|
|
29
|
+
),
|
|
30
|
+
effectTest(() =>
|
|
31
|
+
pipe(
|
|
32
|
+
Stream.fromCollection(array),
|
|
33
|
+
Stream.flatMap(Stream.fromCollection),
|
|
34
|
+
Stream.scan(0, sum),
|
|
35
|
+
Stream.runDrain,
|
|
36
|
+
),
|
|
37
|
+
),
|
|
38
|
+
])
|
|
39
|
+
|
|
40
|
+
export const result = await runTestSuite(
|
|
41
|
+
suite,
|
|
42
|
+
RunTestConfig(10, () => performance.now()),
|
|
43
|
+
)
|
|
44
|
+
|
|
45
|
+
if (isMain(import.meta)) {
|
|
46
|
+
console.log(printTestSuiteResult(result))
|
|
47
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { performance } from 'node:perf_hooks'
|
|
2
|
+
|
|
3
|
+
import * as MC from '@most/core'
|
|
4
|
+
import { pipe } from '@tsplus/stdlib/data/Function'
|
|
5
|
+
import * as rxjs from 'rxjs'
|
|
6
|
+
|
|
7
|
+
import * as Fx from '../../src/index'
|
|
8
|
+
import {
|
|
9
|
+
RunTestConfig,
|
|
10
|
+
TestSuite,
|
|
11
|
+
printTestSuiteResult,
|
|
12
|
+
runTestSuite,
|
|
13
|
+
} from '../../tools/benchmark.js'
|
|
14
|
+
import { fxTest, isMain, mostTest, rxjsTest } from '../helpers.js'
|
|
15
|
+
|
|
16
|
+
const array = Array.from({ length: 1000 }, (_, i) => Array.from({ length: 1000 }, (_, j) => i + j))
|
|
17
|
+
const sum = (a: number, b: number) => a + b
|
|
18
|
+
|
|
19
|
+
const suite: TestSuite = TestSuite(`switchMap ${array.length} * ${array.length} integers`, [
|
|
20
|
+
fxTest(() => pipe(Fx.fromIterable(array), Fx.switchMap(Fx.fromIterable), Fx.scan(0, sum))),
|
|
21
|
+
mostTest((fromArray) =>
|
|
22
|
+
pipe(fromArray(array), MC.map(fromArray), MC.switchLatest, MC.scan(sum, 0)),
|
|
23
|
+
),
|
|
24
|
+
rxjsTest(() =>
|
|
25
|
+
pipe(
|
|
26
|
+
rxjs.from(array),
|
|
27
|
+
rxjs.switchMap((xs) => rxjs.from(xs)),
|
|
28
|
+
rxjs.scan(sum, 0),
|
|
29
|
+
),
|
|
30
|
+
),
|
|
31
|
+
])
|
|
32
|
+
|
|
33
|
+
export const result = await runTestSuite(
|
|
34
|
+
suite,
|
|
35
|
+
RunTestConfig(10, () => performance.now()),
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
if (isMain(import.meta)) {
|
|
39
|
+
console.log(printTestSuiteResult(result))
|
|
40
|
+
}
|
package/perf/helpers.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import * as url from 'node:url'
|
|
2
|
+
|
|
1
3
|
import * as Effect from '@effect/core/io/Effect'
|
|
2
4
|
import * as MC from '@most/core'
|
|
3
5
|
import * as MS from '@most/scheduler'
|
|
@@ -9,7 +11,7 @@ import * as Fx from '../src/index'
|
|
|
9
11
|
import { PerformanceTestCase } from '../tools/benchmark.js'
|
|
10
12
|
|
|
11
13
|
export function effectTest<E, A>(init: () => Effect.Effect<never, E, A>) {
|
|
12
|
-
return PerformanceTestCase('
|
|
14
|
+
return PerformanceTestCase('effect/Stream', init, Effect.unsafeRunPromise)
|
|
13
15
|
}
|
|
14
16
|
|
|
15
17
|
export function rxjsTest<A>(init: () => rxjs.Observable<A>) {
|
|
@@ -52,3 +54,7 @@ export function mostFromArray<A>(array: readonly A[]): MT.Stream<A> {
|
|
|
52
54
|
export function fxTest<E, A>(init: () => Fx.Fx<never, E, A>) {
|
|
53
55
|
return PerformanceTestCase('@typed/fx', () => Fx.runDrain(init()), Effect.unsafeRunPromise)
|
|
54
56
|
}
|
|
57
|
+
|
|
58
|
+
export function isMain(meta: ImportMeta) {
|
|
59
|
+
return meta.url.startsWith('file:') && process.argv[1] === url.fileURLToPath(meta.url)
|
|
60
|
+
}
|
package/perf/readme.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
## filter -> map -> reduce 100000 integers
|
|
2
|
+
|
|
3
|
+
| Library | Average | Min | Max | Time to init | Overhead |
|
|
4
|
+
| :------------ | :------- | :------ | :------- | :----------- | :------- |
|
|
5
|
+
| @most/core | 0.2568 | 0.1631 | 0.3892 | 0.3249 | 1 |
|
|
6
|
+
| @typed/fx | 18.8323 | 16.4398 | 20.9216 | 2.6015 | 73.3345 |
|
|
7
|
+
| rxjs @7 | 57.6014 | 44.5954 | 112.446 | 0.3096 | 224.3045 |
|
|
8
|
+
| effect/Stream | 123.0393 | 93.0288 | 655.9159 | 0.6783 | 479.125 |
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## flatMap 1000 * 1000 integers
|
|
13
|
+
|
|
14
|
+
| Library | Average | Min | Max | Time to init | Overhead |
|
|
15
|
+
| :------------ | :-------- | :-------- | :-------- | :----------- | :------- |
|
|
16
|
+
| @most/core | 15.4904 | 12.6532 | 16.4449 | 0.1212 | 1 |
|
|
17
|
+
| @typed/fx | 234.3654 | 220.5097 | 230.1482 | 0.6584 | 15.1297 |
|
|
18
|
+
| effect/Stream | 1120.986 | 721.7412 | 1270.016 | 0.4573 | 72.3665 |
|
|
19
|
+
| rxjs @7 | 1202.6763 | 1092.9419 | 1538.5066 | 0.1441 | 77.6401 |
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## switchMap 1000 * 1000 integers
|
|
24
|
+
|
|
25
|
+
| Library | Average | Min | Max | Time to init | Overhead |
|
|
26
|
+
| :--------- | :------- | :------- | :-------- | :----------- | :------- |
|
|
27
|
+
| @most/core | 2.0085 | 0.9466 | 4.1761 | 0.2004 | 1 |
|
|
28
|
+
| @typed/fx | 186.2795 | 156.3581 | 180.712 | 0.5469 | 92.7456 |
|
|
29
|
+
| rxjs @7 | 943.8542 | 876.9877 | 1019.2166 | 0.4218 | 469.9299 |
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { TestSuiteResult, printTestSuiteResult } from '../tools/benchmark.js'
|
|
2
|
+
|
|
3
|
+
import { isMain } from './helpers.js'
|
|
4
|
+
|
|
5
|
+
export const results: readonly TestSuiteResult[] = await runSequentially([
|
|
6
|
+
() => import('./cases/filter-map-reduce.js').then((x) => x.result),
|
|
7
|
+
() => import('./cases/flatMap.js').then((x) => x.result),
|
|
8
|
+
() => import('./cases/switchMap.js').then((x) => x.result),
|
|
9
|
+
])
|
|
10
|
+
|
|
11
|
+
if (isMain(import.meta)) {
|
|
12
|
+
console.log('\n\n')
|
|
13
|
+
console.log(results.map(printTestSuiteResult).join('\n\n'))
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
async function runSequentially<Promises extends ReadonlyArray<() => Promise<any>>>(
|
|
17
|
+
tasks: Promises,
|
|
18
|
+
): Promise<{ readonly [K in keyof Promises]: Awaited<ReturnType<Promises[K]>> }> {
|
|
19
|
+
const results: any[] = []
|
|
20
|
+
for (const task of tasks) {
|
|
21
|
+
results.push(await task())
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
return results as any
|
|
25
|
+
}
|
package/src/exhaustMap.test.ts
CHANGED
package/src/fromFxEffect.ts
CHANGED
|
@@ -17,8 +17,8 @@ export function fromFxEffect<R, E, R2, E2, A>(
|
|
|
17
17
|
export function fromFxGen<Eff extends Effect.GenEffect<any, any, any>, R2, E2, A>(
|
|
18
18
|
f: (i: Effect.Adapter) => Generator<Eff, Fx<R2, E2, A>, any>,
|
|
19
19
|
): Fx<
|
|
20
|
-
[Eff] extends [{ [Effect._GenR]: () => infer R }] ? R : never | R2,
|
|
21
|
-
[Eff] extends [{ [Effect._GenE]: () => infer E }] ? E : never | E2,
|
|
20
|
+
([Eff] extends [{ [Effect._GenR]: () => infer R }] ? R : never) | R2,
|
|
21
|
+
([Eff] extends [{ [Effect._GenE]: () => infer E }] ? E : never) | E2,
|
|
22
22
|
A
|
|
23
23
|
> {
|
|
24
24
|
return fromFxEffect<
|
|
@@ -27,5 +27,5 @@ export function fromFxGen<Eff extends Effect.GenEffect<any, any, any>, R2, E2, A
|
|
|
27
27
|
R2,
|
|
28
28
|
E2,
|
|
29
29
|
A
|
|
30
|
-
>(Effect.gen(f))
|
|
30
|
+
>(Effect.gen(f))
|
|
31
31
|
}
|
package/tools/benchmark.ts
CHANGED
|
@@ -14,26 +14,12 @@ export function PerformanceTestCase<A>(
|
|
|
14
14
|
return { name, init, run }
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
export interface InitResult {
|
|
18
|
-
readonly startTime: number
|
|
19
|
-
readonly endTime: number
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export interface TestResult {
|
|
23
|
-
readonly startTime: number
|
|
24
|
-
readonly endTime: number
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export function TestResult(startTime: number, endTime: number): TestResult {
|
|
28
|
-
return { startTime, endTime }
|
|
29
|
-
}
|
|
30
|
-
|
|
31
17
|
export interface TestStats {
|
|
32
18
|
readonly average: number
|
|
33
19
|
readonly min: number
|
|
34
20
|
readonly max: number
|
|
35
21
|
readonly timeToInit: number
|
|
36
|
-
readonly
|
|
22
|
+
readonly overhead: number
|
|
37
23
|
}
|
|
38
24
|
|
|
39
25
|
export function TestStats(
|
|
@@ -41,9 +27,9 @@ export function TestStats(
|
|
|
41
27
|
min: number,
|
|
42
28
|
max: number,
|
|
43
29
|
timeToInit: number,
|
|
44
|
-
|
|
30
|
+
overhead: number,
|
|
45
31
|
): TestStats {
|
|
46
|
-
return { average, min, max, timeToInit,
|
|
32
|
+
return { average, min, max, timeToInit, overhead }
|
|
47
33
|
}
|
|
48
34
|
|
|
49
35
|
export interface TestSuite {
|
|
@@ -82,24 +68,38 @@ export function runTestCaseWith(config: RunTestConfig) {
|
|
|
82
68
|
const initStartTime = getTime()
|
|
83
69
|
const init = test.init()
|
|
84
70
|
const initEndTime = getTime()
|
|
85
|
-
|
|
71
|
+
|
|
72
|
+
let total = 0
|
|
73
|
+
let min = Infinity
|
|
74
|
+
let max = 0
|
|
75
|
+
|
|
76
|
+
console.log(`Running ${test.name}...`)
|
|
86
77
|
|
|
87
78
|
for (let i = 0; i < iterations; i++) {
|
|
79
|
+
console.log(`Running ${test.name} (${i + 1} of ${iterations})`)
|
|
88
80
|
const startTime = getTime()
|
|
89
81
|
await test.run(init)
|
|
90
82
|
const endTime = getTime()
|
|
91
|
-
|
|
83
|
+
const elapsed = endTime - startTime
|
|
84
|
+
|
|
85
|
+
total += elapsed
|
|
86
|
+
|
|
87
|
+
if (elapsed < min) {
|
|
88
|
+
min = elapsed
|
|
89
|
+
} else if (elapsed > max) {
|
|
90
|
+
max = elapsed
|
|
91
|
+
}
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
return
|
|
95
|
-
[test.name]:
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
94
|
+
return {
|
|
95
|
+
[test.name]: TestStats(
|
|
96
|
+
roundNumber(total / iterations),
|
|
97
|
+
roundNumber(min),
|
|
98
|
+
roundNumber(max),
|
|
99
|
+
roundNumber(initEndTime - initStartTime),
|
|
100
|
+
-1,
|
|
101
|
+
),
|
|
102
|
+
}
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
|
|
@@ -110,6 +110,9 @@ export async function runTestSuite(
|
|
|
110
110
|
let results: Record<string, TestStats> = {}
|
|
111
111
|
const runTestCase = runTestCaseWith(config)
|
|
112
112
|
|
|
113
|
+
console.log(`\n\nRunning ${suite.name}...`)
|
|
114
|
+
await new Promise((resolve) => setTimeout(resolve, 1000))
|
|
115
|
+
|
|
113
116
|
for (const test of suite.tests) {
|
|
114
117
|
results = { ...results, ...(await runTestCase(test)) }
|
|
115
118
|
}
|
|
@@ -117,29 +120,6 @@ export async function runTestSuite(
|
|
|
117
120
|
return TestSuiteResult(suite.name, addPercentile(results))
|
|
118
121
|
}
|
|
119
122
|
|
|
120
|
-
function buildStats(
|
|
121
|
-
results: Record<string, readonly [InitResult, readonly TestResult[]]>,
|
|
122
|
-
): Readonly<Record<string, TestStats>> {
|
|
123
|
-
const stats: Record<string, TestStats> = {}
|
|
124
|
-
|
|
125
|
-
for (const [name, [initResult, testResults]] of Object.entries(results)) {
|
|
126
|
-
const durations = testResults.map((r) => r.endTime - r.startTime)
|
|
127
|
-
const average = durations.reduce((a, b) => a + b, 0) / durations.length
|
|
128
|
-
const min = Math.min(...durations)
|
|
129
|
-
const max = Math.max(...durations)
|
|
130
|
-
|
|
131
|
-
stats[name] = TestStats(
|
|
132
|
-
roundNumber(average),
|
|
133
|
-
roundNumber(min),
|
|
134
|
-
roundNumber(max),
|
|
135
|
-
roundNumber(initResult.endTime - initResult.startTime),
|
|
136
|
-
-1, // Needs to be calculated later
|
|
137
|
-
)
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
return stats
|
|
141
|
-
}
|
|
142
|
-
|
|
143
123
|
function roundNumber(n: number): number {
|
|
144
124
|
return parseFloat(n.toFixed(4))
|
|
145
125
|
}
|