@typed/fx 0.0.33 → 0.0.34

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 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":1670291590715,"results":"88","hashOfConfig":"89"},{"size":2306,"mtime":1670291590716,"results":"90","hashOfConfig":"89"},{"size":919,"mtime":1666901217496,"results":"91","hashOfConfig":"89"},{"size":2169,"mtime":1670291590717,"results":"92","hashOfConfig":"89"},{"size":591,"mtime":1670291590718,"results":"93","hashOfConfig":"89"},{"size":522,"mtime":1666901217497,"results":"94","hashOfConfig":"89"},{"size":1617,"mtime":1670291590719,"results":"95","hashOfConfig":"89"},{"size":701,"mtime":1666901217498,"results":"96","hashOfConfig":"89"},{"size":557,"mtime":1670291590720,"results":"97","hashOfConfig":"89"},{"size":1674,"mtime":1670291590721,"results":"98","hashOfConfig":"89"},{"size":1506,"mtime":1666901217500,"results":"99","hashOfConfig":"89"},{"size":1216,"mtime":1667243469286,"results":"100","hashOfConfig":"89"},{"size":706,"mtime":1666906589152,"results":"101","hashOfConfig":"89"},{"size":3822,"mtime":1667245505029,"results":"102","hashOfConfig":"89"},{"size":1443,"mtime":1666901217502,"results":"103","hashOfConfig":"89"},{"size":3722,"mtime":1667783424465,"results":"104","hashOfConfig":"89"},{"size":1591,"mtime":1668115846532,"results":"105","hashOfConfig":"89"},{"size":530,"mtime":1666901217504,"results":"106","hashOfConfig":"89"},{"size":1039,"mtime":1667363999261,"results":"107","hashOfConfig":"89"},{"size":1293,"mtime":1666901217505,"results":"108","hashOfConfig":"89"},{"size":3363,"mtime":1667243508744,"results":"109","hashOfConfig":"89"},{"size":1034,"mtime":1666901391894,"results":"110","hashOfConfig":"89"},{"size":648,"mtime":1666901217507,"results":"111","hashOfConfig":"89"},{"size":429,"mtime":1666900225601,"results":"112","hashOfConfig":"89"},{"size":2111,"mtime":1667506964437,"results":"113","hashOfConfig":"89"},{"size":2515,"mtime":1666901217509,"results":"114","hashOfConfig":"89"},{"size":1010,"mtime":1666909377506,"results":"115","hashOfConfig":"89"},{"size":959,"mtime":1666901217510,"results":"116","hashOfConfig":"89"},{"size":1300,"mtime":1666901217511,"results":"117","hashOfConfig":"89"},{"size":530,"mtime":1666901217511,"results":"118","hashOfConfig":"89"},{"size":1145,"mtime":1666901217511,"results":"119","hashOfConfig":"89"},{"size":1543,"mtime":1667245692042,"results":"120","hashOfConfig":"89"},{"size":152,"mtime":1666901217512,"results":"121","hashOfConfig":"89"},{"size":976,"mtime":1666901217513,"results":"122","hashOfConfig":"89"},{"size":1628,"mtime":1666901217513,"results":"123","hashOfConfig":"89"},{"size":777,"mtime":1666901217514,"results":"124","hashOfConfig":"89"},{"size":527,"mtime":1666901217515,"results":"125","hashOfConfig":"89"},{"size":1810,"mtime":1666901217515,"results":"126","hashOfConfig":"89"},{"size":1738,"mtime":1668112851777,"results":"127","hashOfConfig":"89"},{"size":1089,"mtime":1667430061361,"results":"128","hashOfConfig":"89"},{"size":859,"mtime":1666909733301,"results":"129","hashOfConfig":"89"},{"size":832,"mtime":1666901217517,"results":"130","hashOfConfig":"89"},{"size":2272,"mtime":1667364024593,"results":"131","hashOfConfig":"89"},{"size":654,"mtime":1666901217496,"results":"132","hashOfConfig":"89"},{"size":1195,"mtime":1666923294384,"results":"133","hashOfConfig":"89"},{"size":2106,"mtime":1666901217498,"results":"134","hashOfConfig":"89"},{"size":3589,"mtime":1670291590724,"results":"135","hashOfConfig":"89"},{"size":917,"mtime":1666901217499,"results":"136","hashOfConfig":"89"},{"size":2254,"mtime":1670291590725,"results":"137","hashOfConfig":"89"},{"size":715,"mtime":1666901217501,"results":"138","hashOfConfig":"89"},{"size":541,"mtime":1670291590725,"results":"139","hashOfConfig":"89"},{"size":988,"mtime":1666901217503,"results":"140","hashOfConfig":"89"},{"size":636,"mtime":1667244943264,"results":"141","hashOfConfig":"89"},{"size":557,"mtime":1666901217504,"results":"142","hashOfConfig":"89"},{"size":474,"mtime":1666901217504,"results":"143","hashOfConfig":"89"},{"size":578,"mtime":1666901217506,"results":"144","hashOfConfig":"89"},{"size":1519,"mtime":1666901217507,"results":"145","hashOfConfig":"89"},{"size":595,"mtime":1667245260972,"results":"146","hashOfConfig":"89"},{"size":747,"mtime":1670291590726,"results":"147","hashOfConfig":"89"},{"size":1006,"mtime":1670291590726,"results":"148","hashOfConfig":"89"},{"size":1535,"mtime":1670291590727,"results":"149","hashOfConfig":"89"},{"size":1202,"mtime":1666923495584,"results":"150","hashOfConfig":"89"},{"size":770,"mtime":1666901217510,"results":"151","hashOfConfig":"89"},{"size":1116,"mtime":1666901217510,"results":"152","hashOfConfig":"89"},{"size":1270,"mtime":1666901217512,"results":"153","hashOfConfig":"89"},{"size":1080,"mtime":1666901217513,"results":"154","hashOfConfig":"89"},{"size":656,"mtime":1666901217514,"results":"155","hashOfConfig":"89"},{"size":695,"mtime":1667338167016,"results":"156","hashOfConfig":"89"},{"size":1374,"mtime":1668136960657,"results":"157","hashOfConfig":"89"},{"size":597,"mtime":1666901217517,"results":"158","hashOfConfig":"89"},{"size":1364,"mtime":1666901217517,"results":"159","hashOfConfig":"89"},{"size":7990,"mtime":1670428385044,"results":"160","hashOfConfig":"89"},{"size":2442,"mtime":1667362933383,"results":"161","hashOfConfig":"89"},{"size":612,"mtime":1667266401971,"results":"162","hashOfConfig":"89"},{"size":961,"mtime":1667342820267,"results":"163","hashOfConfig":"89"},{"size":1766,"mtime":1670291590722,"results":"164","hashOfConfig":"89"},{"size":996,"mtime":1667343685087,"results":"165","hashOfConfig":"89"},{"size":2116,"mtime":1670291590723,"results":"166","hashOfConfig":"89"},{"size":972,"mtime":1667360505974,"results":"167","hashOfConfig":"89"},{"size":1658,"mtime":1667429620812,"results":"168","hashOfConfig":"89"},{"size":6526,"mtime":1670291590724,"results":"169","hashOfConfig":"89"},{"size":894,"mtime":1667854733383,"results":"170","hashOfConfig":"89"},{"size":1332,"mtime":1667507715404,"results":"171","hashOfConfig":"89"},{"size":430,"mtime":1668112717890,"results":"172","hashOfConfig":"89"},{"size":448,"mtime":1668112866722,"results":"173","hashOfConfig":"89"},{"size":308,"mtime":1668113117499,"results":"174","hashOfConfig":"89"},{"size":2375,"mtime":1668115558567,"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":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",""]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typed/fx",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "High-performance Asynchronous Effects",
5
5
  "type": "module",
6
6
  "main": "esm/index.js",
@@ -20,11 +20,8 @@
20
20
  "preversion": "npm test",
21
21
  "postversion": "npm run build && npm publish --access=public",
22
22
  "prepare": "ts-patch install -s",
23
- "perf": "ESBK_DISABLE_CACHE=1 node --loader @esbuild-kit/esm-loader perf/runFullSuite.ts",
24
- "perf:filter-map-reduce": "npm run perfTest filter-map-reduce",
25
- "perf:flatMap": "npm run perfTest flatMap",
26
- "perf:switchMap": "npm run perfTest switchMap",
27
- "perfTest": "ESBK_DISABLE_CACHE=1 node --loader @esbuild-kit/esm-loader perf/runPerfTest.ts"
23
+ "perf:filter-map-reduce": "npm run perfTest perf/cases/filter-map-reduce.ts",
24
+ "perfTest": "ESBK_DISABLE_CACHE=1 node --loader @esbuild-kit/esm-loader"
28
25
  },
29
26
  "keywords": [
30
27
  "Fx",
@@ -37,7 +34,8 @@
37
34
  "author": "Tylor Steinberger (tlsteinberger167@gmail.com)",
38
35
  "license": "MIT",
39
36
  "dependencies": {
40
- "effect": "2.0.0-next.10"
37
+ "@effect/core": "^0.0.16",
38
+ "@tsplus/stdlib": "^0.2.8"
41
39
  },
42
40
  "peerDependencies": {
43
41
  "tslib": "^2.4.0",
@@ -73,6 +71,7 @@
73
71
  "prettier": "^2.8.0",
74
72
  "rxjs": "^7.6.0",
75
73
  "source-map-support": "^0.5.21",
74
+ "tablemark": "^3.0.0",
76
75
  "ts-patch": "^2.0.2",
77
76
  "tsconfig-paths": "^4.1.1",
78
77
  "tsconfig-replace-paths": "^0.0.11",
@@ -0,0 +1,40 @@
1
+ import { performance } from 'node:perf_hooks'
2
+
3
+ import { pipe } from '@fp-ts/data/Function'
4
+ import * as MC from '@most/core'
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, mostTest, rxjsTest } from '../helpers.js'
15
+
16
+ const config: RunTestConfig = RunTestConfig(100, () => performance.now())
17
+ const array = Array.from({ length: 100_000 }, (_, i) => i)
18
+ const filterEven = (n: number) => n % 2 === 0
19
+ const double = (n: number) => n * 2
20
+ const sum = (a: number, b: number) => a + b
21
+
22
+ const suite: TestSuite = TestSuite(`filter -> map -> reduce ${array.length} integers`, [
23
+ fxTest(() =>
24
+ pipe(Fx.fromIterable(array), Fx.filter(filterEven), Fx.map(double), Fx.scan(0, sum)),
25
+ ),
26
+ mostTest((fromArray) =>
27
+ pipe(fromArray(array), MC.filter(filterEven), MC.map(double), MC.scan(sum, 0)),
28
+ ),
29
+ rxjsTest(() =>
30
+ pipe(rxjs.from(array), rxjs.filter(filterEven), rxjs.map(double), rxjs.scan(sum, 0)),
31
+ ),
32
+ ])
33
+
34
+ runTestSuite(suite, config).then(
35
+ (result) => console.log(printTestSuiteResult(result)),
36
+ (error) => {
37
+ console.error(error)
38
+ process.exitCode = 1
39
+ },
40
+ )
@@ -0,0 +1,54 @@
1
+ import * as Effect from '@effect/core/io/Effect'
2
+ import * as MC from '@most/core'
3
+ import * as MS from '@most/scheduler'
4
+ import { asap } from '@most/scheduler'
5
+ import * as MT from '@most/types'
6
+ import * as rxjs from 'rxjs'
7
+
8
+ import * as Fx from '../src/index'
9
+ import { PerformanceTestCase } from '../tools/benchmark.js'
10
+
11
+ export function effectTest<E, A>(init: () => Effect.Effect<never, E, A>) {
12
+ return PerformanceTestCase('@effect/io/Effect', init, Effect.unsafeRunPromise)
13
+ }
14
+
15
+ export function rxjsTest<A>(init: () => rxjs.Observable<A>) {
16
+ return PerformanceTestCase('rxjs @7', init, (o) => new Promise((resolve) => o.subscribe(resolve)))
17
+ }
18
+
19
+ export function mostTest<A>(init: (fromArray: typeof mostFromArray) => MT.Stream<A>) {
20
+ const scheduler = MS.newDefaultScheduler()
21
+
22
+ return PerformanceTestCase(
23
+ '@most/core',
24
+ () => init(mostFromArray),
25
+ (o) => MC.runEffects(o, scheduler),
26
+ )
27
+ }
28
+
29
+ export function mostFromArray<A>(array: readonly A[]): MT.Stream<A> {
30
+ const l = array.length
31
+ return MC.newStream((sink, scheduler) =>
32
+ asap(
33
+ {
34
+ run(t) {
35
+ for (let i = 0; i < l; ++i) {
36
+ sink.event(t, array[i])
37
+ }
38
+ sink.end(t)
39
+ },
40
+ error(t, e) {
41
+ sink.error(t, e)
42
+ },
43
+ dispose() {
44
+ // Nothing to dispose
45
+ },
46
+ },
47
+ scheduler,
48
+ ),
49
+ )
50
+ }
51
+
52
+ export function fxTest<E, A>(init: () => Fx.Fx<never, E, A>) {
53
+ return PerformanceTestCase('@typed/fx', () => Fx.runDrain(init()), Effect.unsafeRunPromise)
54
+ }
@@ -2,7 +2,7 @@ import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
4
  import * as Fiber from '@effect/core/io/Fiber'
5
- import { pipe } from '@fp-ts/data/Function'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -1,7 +1,7 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
 
6
6
  import * as Fx from './index.js'
7
7
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import { millis } from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
package/src/delay.test.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual, ok } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -4,8 +4,8 @@ import * as Effect from '@effect/core/io/Effect'
4
4
  import * as Fiber from '@effect/core/io/Fiber'
5
5
  import * as TestClock from '@effect/core/testing/TestClock'
6
6
  import { TestEnvironment } from '@effect/core/testing/TestEnvironment'
7
- import { pipe } from '@fp-ts/data/Function'
8
7
  import { millis } from '@tsplus/stdlib/data/Duration'
8
+ import { pipe } from '@tsplus/stdlib/data/Function'
9
9
 
10
10
  import * as Fx from './index.js'
11
11
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -4,8 +4,8 @@ import * as Effect from '@effect/core/io/Effect'
4
4
  import * as Fiber from '@effect/core/io/Fiber'
5
5
  import * as TestClock from '@effect/core/testing/TestClock'
6
6
  import { TestEnvironment } from '@effect/core/testing/TestEnvironment'
7
- import { pipe } from '@fp-ts/data/Function'
8
7
  import { millis } from '@tsplus/stdlib/data/Duration'
8
+ import { pipe } from '@tsplus/stdlib/data/Function'
9
9
 
10
10
  import * as Fx from './index.js'
11
11
 
@@ -1,7 +1,7 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
  import * as Maybe from '@tsplus/stdlib/data/Maybe'
6
6
 
7
7
  import * as Fx from './index.js'
@@ -1,7 +1,7 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
  import * as Maybe from '@tsplus/stdlib/data/Maybe'
6
6
 
7
7
  import * as Fx from './index.js'
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
package/src/hold.test.ts CHANGED
@@ -2,8 +2,8 @@ import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
4
  import * as Fiber from '@effect/core/io/Fiber'
5
- import { pipe } from '@fp-ts/data/Function'
6
5
  import * as Duration from '@tsplus/stdlib/data/Duration'
6
+ import { pipe } from '@tsplus/stdlib/data/Function'
7
7
 
8
8
  import * as Fx from './index.js'
9
9
 
@@ -3,7 +3,7 @@ import { deepEqual } from 'assert'
3
3
  import * as Cause from '@effect/core/io/Cause'
4
4
  import * as Effect from '@effect/core/io/Effect'
5
5
  import * as Exit from '@effect/core/io/Exit'
6
- import { pipe } from '@fp-ts/data/Function'
6
+ import { pipe } from '@tsplus/stdlib/data/Function'
7
7
 
8
8
  import * as Fx from './index.js'
9
9
 
@@ -1,7 +1,7 @@
1
1
  import { deepEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
 
6
6
  import * as Fx from './index.js'
7
7
 
package/src/merge.test.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
 
6
6
  import * as Fx from './index.js'
7
7
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -1,7 +1,7 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
 
6
6
  import * as Fx from './index.js'
7
7
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import { millis } from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import { periodic } from './periodic.js'
8
8
  import { runCollect } from './runCollect.js'
@@ -2,7 +2,7 @@ import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
4
  import * as Scope from '@effect/core/io/Scope'
5
- import { pipe } from '@fp-ts/data/Function'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
  import { Tag } from '@tsplus/stdlib/service/Tag'
7
7
 
8
8
  import * as Fx from './index.js'
package/src/since.test.ts CHANGED
@@ -4,8 +4,8 @@ import * as Effect from '@effect/core/io/Effect'
4
4
  import * as Fiber from '@effect/core/io/Fiber'
5
5
  import * as TestClock from '@effect/core/testing/TestClock'
6
6
  import { TestEnvironment } from '@effect/core/testing/TestEnvironment'
7
- import { pipe } from '@fp-ts/data/Function'
8
7
  import { millis } from '@tsplus/stdlib/data/Duration'
8
+ import { pipe } from '@tsplus/stdlib/data/Function'
9
9
 
10
10
  import * as Fx from './index.js'
11
11
 
@@ -1,7 +1,7 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
  import * as Equivalence from '@tsplus/stdlib/prelude/Equivalence'
6
6
 
7
7
  import * as Fx from './index.js'
@@ -1,7 +1,7 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
 
6
6
  import * as Fx from './index.js'
7
7
 
package/src/slice.test.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
 
6
6
  import * as Fx from './index.js'
7
7
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -1,7 +1,7 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
 
6
6
  import * as Fx from './index.js'
7
7
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import { millis } from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
package/src/until.test.ts CHANGED
@@ -4,8 +4,8 @@ import * as Effect from '@effect/core/io/Effect'
4
4
  import * as Fiber from '@effect/core/io/Fiber'
5
5
  import * as TestClock from '@effect/core/testing/TestClock'
6
6
  import { TestEnvironment } from '@effect/core/testing/TestEnvironment'
7
- import { pipe } from '@fp-ts/data/Function'
8
7
  import { millis } from '@tsplus/stdlib/data/Duration'
8
+ import { pipe } from '@tsplus/stdlib/data/Function'
9
9
 
10
10
  import * as Fx from './index.js'
11
11
 
@@ -1,7 +1,7 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
4
+ import { pipe } from '@tsplus/stdlib/data/Function'
5
5
 
6
6
  import * as Fx from './index.js'
7
7
 
package/src/zip.test.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -1,8 +1,8 @@
1
1
  import { deepStrictEqual } from 'assert'
2
2
 
3
3
  import * as Effect from '@effect/core/io/Effect'
4
- import { pipe } from '@fp-ts/data/Function'
5
4
  import * as Duration from '@tsplus/stdlib/data/Duration'
5
+ import { pipe } from '@tsplus/stdlib/data/Function'
6
6
 
7
7
  import * as Fx from './index.js'
8
8
 
@@ -0,0 +1,179 @@
1
+ import tablemark from 'tablemark'
2
+
3
+ export interface PerformanceTestCase<A> {
4
+ readonly name: string
5
+ readonly init: () => A
6
+ readonly run: (a: A) => unknown | Promise<unknown>
7
+ }
8
+
9
+ export function PerformanceTestCase<A>(
10
+ name: string,
11
+ init: () => A,
12
+ run: (a: A) => Promise<unknown>,
13
+ ): PerformanceTestCase<A> {
14
+ return { name, init, run }
15
+ }
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
+ export interface TestStats {
32
+ readonly average: number
33
+ readonly min: number
34
+ readonly max: number
35
+ readonly timeToInit: number
36
+ readonly percentile: number
37
+ }
38
+
39
+ export function TestStats(
40
+ average: number,
41
+ min: number,
42
+ max: number,
43
+ timeToInit: number,
44
+ percentile: number,
45
+ ): TestStats {
46
+ return { average, min, max, timeToInit, percentile }
47
+ }
48
+
49
+ export interface TestSuite {
50
+ readonly name: string
51
+ readonly tests: ReadonlyArray<PerformanceTestCase<any>>
52
+ }
53
+
54
+ export function TestSuite(name: string, tests: ReadonlyArray<PerformanceTestCase<any>>): TestSuite {
55
+ return { name, tests }
56
+ }
57
+
58
+ export interface TestSuiteResult {
59
+ readonly name: string
60
+ readonly stats: Readonly<Record<string, TestStats>>
61
+ }
62
+
63
+ export function TestSuiteResult(
64
+ name: string,
65
+ stats: Readonly<Record<string, TestStats>>,
66
+ ): TestSuiteResult {
67
+ return { name, stats }
68
+ }
69
+
70
+ export interface RunTestConfig {
71
+ readonly iterations: number
72
+ readonly getTime: () => number
73
+ }
74
+
75
+ export function RunTestConfig(iterations: number, getTime: () => number): RunTestConfig {
76
+ return { iterations, getTime }
77
+ }
78
+
79
+ export function runTestCaseWith(config: RunTestConfig) {
80
+ return async <A>(test: PerformanceTestCase<A>): Promise<Readonly<Record<string, TestStats>>> => {
81
+ const { iterations, getTime } = config
82
+ const initStartTime = getTime()
83
+ const init = test.init()
84
+ const initEndTime = getTime()
85
+ const results: TestResult[] = []
86
+
87
+ for (let i = 0; i < iterations; i++) {
88
+ const startTime = getTime()
89
+ await test.run(init)
90
+ const endTime = getTime()
91
+ results.push(TestResult(startTime, endTime))
92
+ }
93
+
94
+ return buildStats({
95
+ [test.name]: [
96
+ {
97
+ startTime: initStartTime,
98
+ endTime: initEndTime,
99
+ },
100
+ results,
101
+ ] as const,
102
+ })
103
+ }
104
+ }
105
+
106
+ export async function runTestSuite(
107
+ suite: TestSuite,
108
+ config: RunTestConfig,
109
+ ): Promise<TestSuiteResult> {
110
+ let results: Record<string, TestStats> = {}
111
+ const runTestCase = runTestCaseWith(config)
112
+
113
+ for (const test of suite.tests) {
114
+ results = { ...results, ...(await runTestCase(test)) }
115
+ }
116
+
117
+ return TestSuiteResult(suite.name, addPercentile(results))
118
+ }
119
+
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
+ function roundNumber(n: number): number {
144
+ return parseFloat(n.toFixed(4))
145
+ }
146
+
147
+ function addPercentile(
148
+ stats: Readonly<Record<string, TestStats>>,
149
+ ): Readonly<Record<string, TestStats>> {
150
+ const newStats: Record<string, TestStats> = {}
151
+
152
+ const fastestToSlowest = Object.entries(stats).sort(([, a], [, b]) => a.average - b.average)
153
+ const fastestTime = fastestToSlowest[0][1].average
154
+
155
+ for (let i = 0; i < fastestToSlowest.length; ++i) {
156
+ const [name, stat] = fastestToSlowest[i]
157
+ newStats[name] = TestStats(
158
+ stat.average,
159
+ stat.min,
160
+ stat.max,
161
+ stat.timeToInit,
162
+ roundNumber(stat.average / fastestTime),
163
+ )
164
+ }
165
+
166
+ return newStats
167
+ }
168
+
169
+ export function printTestSuiteResult(result: TestSuiteResult): string {
170
+ return `## ${result.name}
171
+
172
+ ${tablemark(
173
+ Object.entries(result.stats).map(([library, stats]) => ({
174
+ library,
175
+ ...stats,
176
+ })),
177
+ )}
178
+ `
179
+ }