@typed/fx 0.0.32 → 0.0.33
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/Subject.js +2 -2
- package/cjs/Subject.js.map +1 -1
- package/cjs/_internal.d.ts +1 -1
- package/cjs/_internal.d.ts.map +1 -1
- package/esm/Subject.js +2 -2
- package/esm/Subject.js.map +1 -1
- package/esm/_internal.d.ts +1 -1
- package/esm/_internal.d.ts.map +1 -1
- package/package.json +27 -30
- package/src/Subject.ts +2 -2
- package/perf/_internal.ts +0 -153
- package/perf/cases/filter-map-reduce.ts +0 -48
- package/perf/cases/flatMap.ts +0 -49
- package/perf/cases/switchMap.ts +0 -36
- package/perf/readme-base.md +0 -14
- package/perf/readme.md +0 -40
- package/perf/runFullSuite.ts +0 -37
- package/perf/runPerfTest.ts +0 -18
- package/perf/tsconfig.json +0 -7
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":1667245032170,"results":"88","hashOfConfig":"89"},{"size":2306,"mtime":1667867406922,"results":"90","hashOfConfig":"89"},{"size":919,"mtime":1666901217496,"results":"91","hashOfConfig":"89"},{"size":2169,"mtime":1667363981866,"results":"92","hashOfConfig":"89"},{"size":591,"mtime":1666901217497,"results":"93","hashOfConfig":"89"},{"size":522,"mtime":1666901217497,"results":"94","hashOfConfig":"89"},{"size":1617,"mtime":1666901217497,"results":"95","hashOfConfig":"89"},{"size":701,"mtime":1666901217498,"results":"96","hashOfConfig":"89"},{"size":557,"mtime":1666909013033,"results":"97","hashOfConfig":"89"},{"size":1674,"mtime":1666909765898,"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":1667243426349,"results":"135","hashOfConfig":"89"},{"size":917,"mtime":1666901217499,"results":"136","hashOfConfig":"89"},{"size":2254,"mtime":1667243443566,"results":"137","hashOfConfig":"89"},{"size":715,"mtime":1666901217501,"results":"138","hashOfConfig":"89"},{"size":541,"mtime":1667245537329,"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":1667245189503,"results":"147","hashOfConfig":"89"},{"size":1006,"mtime":1667245204826,"results":"148","hashOfConfig":"89"},{"size":1535,"mtime":1666901217509,"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":7996,"mtime":1667790016896,"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":1667342674190,"results":"164","hashOfConfig":"89"},{"size":996,"mtime":1667343685087,"results":"165","hashOfConfig":"89"},{"size":2116,"mtime":1667343590392,"results":"166","hashOfConfig":"89"},{"size":972,"mtime":1667360505974,"results":"167","hashOfConfig":"89"},{"size":1658,"mtime":1667429620812,"results":"168","hashOfConfig":"89"},{"size":6526,"mtime":1667431107137,"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},"1jner5d",{"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":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",""]
|
package/cjs/Subject.js
CHANGED
|
@@ -113,10 +113,10 @@ var RefSubject;
|
|
|
113
113
|
updateSome: (f) => ref.updateSome(f),
|
|
114
114
|
updateSomeAndGet: (f) => ref.updateSomeAndGet(f),
|
|
115
115
|
run: h.run.bind(h),
|
|
116
|
-
emit:
|
|
116
|
+
emit: ref.set,
|
|
117
117
|
failCause: h.failCause.bind(h),
|
|
118
118
|
end: h.end,
|
|
119
|
-
unsafeEmit: (a) => Effect.unsafeRunAsync(
|
|
119
|
+
unsafeEmit: (a) => Effect.unsafeRunAsync(ref.set(a)),
|
|
120
120
|
unsafeFailCause: (c) => Effect.unsafeRunAsync(h.failCause(c)),
|
|
121
121
|
unsafeEnd: () => Effect.unsafeRunAsync(h.end),
|
|
122
122
|
};
|
package/cjs/Subject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Subject.js","sourceRoot":"","sources":["../src/Subject.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Subject.js","sourceRoot":"","sources":["../src/Subject.ts"],"names":[],"mappings":"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"}
|
package/cjs/_internal.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare const onEarlyExitFailure: <R2, E2, B>(handler: Effect.Effect<R2,
|
|
|
12
12
|
* A small wrapper around CountdownLatch which enables incrementing
|
|
13
13
|
* the latch count dynamically
|
|
14
14
|
*/
|
|
15
|
-
export
|
|
15
|
+
export type DynamicCountdownLatch = {
|
|
16
16
|
readonly increment: Effect.Effect<never, never, void>;
|
|
17
17
|
readonly latch: CountdownLatch;
|
|
18
18
|
};
|
package/cjs/_internal.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_internal.d.ts","sourceRoot":"","sources":["../src/_internal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAEf,MAAM,mDAAmD,CAAA;AAG1D,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAIhD,eAAO,MAAM,kBAAkB,eAA6B,CAAA;AAC5D,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,GAAG,EAAE,OAAO,kBAAkB,CAAA;CACxC;AACD,eAAO,MAAM,gBAAgB,EAAE,gBAA8C,CAAA;AAE7E,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,OAAO,GAAG,CAAC,IAAI,gBAAgB,CAEpE;AAED,eAAO,MAAM,SAAS,oCAA+B,CAAA;AAErD,eAAO,MAAM,kBAAkB,qIAgB1B,CAAA;AAEL;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"_internal.d.ts","sourceRoot":"","sources":["../src/_internal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAEf,MAAM,mDAAmD,CAAA;AAG1D,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAIhD,eAAO,MAAM,kBAAkB,eAA6B,CAAA;AAC5D,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,GAAG,EAAE,OAAO,kBAAkB,CAAA;CACxC;AACD,eAAO,MAAM,gBAAgB,EAAE,gBAA8C,CAAA;AAE7E,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,OAAO,GAAG,CAAC,IAAI,gBAAgB,CAEpE;AAED,eAAO,MAAM,SAAS,oCAA+B,CAAA;AAErD,eAAO,MAAM,kBAAkB,qIAgB1B,CAAA;AAEL;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,CAAA;IACrD,QAAQ,CAAC,KAAK,EAAE,cAAc,CAAA;CAC/B,CAAA;AAED,wBAAgB,yBAAyB,CACvC,YAAY,EAAE,MAAM,GACnB,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAQpD;AAED,wBAAgB,yBAAyB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC1D,YAAY,EAAE,MAAM,EACpB,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAC3D,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,GAC9B,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAMlC"}
|
package/esm/Subject.js
CHANGED
|
@@ -83,10 +83,10 @@ export var RefSubject;
|
|
|
83
83
|
updateSome: (f) => ref.updateSome(f),
|
|
84
84
|
updateSomeAndGet: (f) => ref.updateSomeAndGet(f),
|
|
85
85
|
run: h.run.bind(h),
|
|
86
|
-
emit:
|
|
86
|
+
emit: ref.set,
|
|
87
87
|
failCause: h.failCause.bind(h),
|
|
88
88
|
end: h.end,
|
|
89
|
-
unsafeEmit: (a) => Effect.unsafeRunAsync(
|
|
89
|
+
unsafeEmit: (a) => Effect.unsafeRunAsync(ref.set(a)),
|
|
90
90
|
unsafeFailCause: (c) => Effect.unsafeRunAsync(h.failCause(c)),
|
|
91
91
|
unsafeEnd: () => Effect.unsafeRunAsync(h.end),
|
|
92
92
|
};
|
package/esm/Subject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Subject.js","sourceRoot":"","sources":["../src/Subject.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Subject.js","sourceRoot":"","sources":["../src/Subject.ts"],"names":[],"mappings":"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"}
|
package/esm/_internal.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare const onEarlyExitFailure: <R2, E2, B>(handler: Effect.Effect<R2,
|
|
|
12
12
|
* A small wrapper around CountdownLatch which enables incrementing
|
|
13
13
|
* the latch count dynamically
|
|
14
14
|
*/
|
|
15
|
-
export
|
|
15
|
+
export type DynamicCountdownLatch = {
|
|
16
16
|
readonly increment: Effect.Effect<never, never, void>;
|
|
17
17
|
readonly latch: CountdownLatch;
|
|
18
18
|
};
|
package/esm/_internal.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_internal.d.ts","sourceRoot":"","sources":["../src/_internal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAEf,MAAM,mDAAmD,CAAA;AAG1D,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAIhD,eAAO,MAAM,kBAAkB,eAA6B,CAAA;AAC5D,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,GAAG,EAAE,OAAO,kBAAkB,CAAA;CACxC;AACD,eAAO,MAAM,gBAAgB,EAAE,gBAA8C,CAAA;AAE7E,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,OAAO,GAAG,CAAC,IAAI,gBAAgB,CAEpE;AAED,eAAO,MAAM,SAAS,oCAA+B,CAAA;AAErD,eAAO,MAAM,kBAAkB,qIAgB1B,CAAA;AAEL;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"_internal.d.ts","sourceRoot":"","sources":["../src/_internal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAEf,MAAM,mDAAmD,CAAA;AAG1D,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAIhD,eAAO,MAAM,kBAAkB,eAA6B,CAAA;AAC5D,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,GAAG,EAAE,OAAO,kBAAkB,CAAA;CACxC;AACD,eAAO,MAAM,gBAAgB,EAAE,gBAA8C,CAAA;AAE7E,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,OAAO,GAAG,CAAC,IAAI,gBAAgB,CAEpE;AAED,eAAO,MAAM,SAAS,oCAA+B,CAAA;AAErD,eAAO,MAAM,kBAAkB,qIAgB1B,CAAA;AAEL;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,CAAA;IACrD,QAAQ,CAAC,KAAK,EAAE,cAAc,CAAA;CAC/B,CAAA;AAED,wBAAgB,yBAAyB,CACvC,YAAY,EAAE,MAAM,GACnB,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAQpD;AAED,wBAAgB,yBAAyB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC1D,YAAY,EAAE,MAAM,EACpB,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAC3D,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,GAC9B,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAMlC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typed/fx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.33",
|
|
4
4
|
"description": "High-performance Asynchronous Effects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "esm/index.js",
|
|
@@ -20,11 +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": "node --loader @esbuild-kit/esm-loader perf/runFullSuite.ts",
|
|
23
|
+
"perf": "ESBK_DISABLE_CACHE=1 node --loader @esbuild-kit/esm-loader perf/runFullSuite.ts",
|
|
24
24
|
"perf:filter-map-reduce": "npm run perfTest filter-map-reduce",
|
|
25
25
|
"perf:flatMap": "npm run perfTest flatMap",
|
|
26
26
|
"perf:switchMap": "npm run perfTest switchMap",
|
|
27
|
-
"perfTest": "node --loader @esbuild-kit/esm-loader perf/runPerfTest.ts"
|
|
27
|
+
"perfTest": "ESBK_DISABLE_CACHE=1 node --loader @esbuild-kit/esm-loader perf/runPerfTest.ts"
|
|
28
28
|
},
|
|
29
29
|
"keywords": [
|
|
30
30
|
"Fx",
|
|
@@ -37,10 +37,7 @@
|
|
|
37
37
|
"author": "Tylor Steinberger (tlsteinberger167@gmail.com)",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"
|
|
41
|
-
"@fp-ts/core": "^0.0.5",
|
|
42
|
-
"@fp-ts/data": "^0.0.3",
|
|
43
|
-
"@tsplus/stdlib": "^0.2.8"
|
|
40
|
+
"effect": "2.0.0-next.10"
|
|
44
41
|
},
|
|
45
42
|
"peerDependencies": {
|
|
46
43
|
"tslib": "^2.4.0",
|
|
@@ -48,42 +45,42 @@
|
|
|
48
45
|
},
|
|
49
46
|
"optionalPeerDependencies": {},
|
|
50
47
|
"devDependencies": {
|
|
51
|
-
"@esbuild-kit/esm-loader": "^2.4
|
|
48
|
+
"@esbuild-kit/esm-loader": "^2.5.4",
|
|
52
49
|
"@most/core": "^1.6.1",
|
|
53
50
|
"@most/scheduler": "^1.3.0",
|
|
54
51
|
"@most/types": "^1.1.0",
|
|
55
52
|
"@types/benchmark": "^2.1.2",
|
|
56
|
-
"@types/mocha": "^
|
|
57
|
-
"@types/node": "^
|
|
58
|
-
"@types/prettier": "^2.7.
|
|
59
|
-
"@types/yargs": "^17.0.
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
61
|
-
"@typescript-eslint/parser": "^5.
|
|
53
|
+
"@types/mocha": "^10.0.1",
|
|
54
|
+
"@types/node": "^18.11.11",
|
|
55
|
+
"@types/prettier": "^2.7.1",
|
|
56
|
+
"@types/yargs": "^17.0.16",
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^5.45.1",
|
|
58
|
+
"@typescript-eslint/parser": "^5.45.1",
|
|
62
59
|
"@zoltu/typescript-transformer-append-js-extension": "^1.0.1",
|
|
63
60
|
"benchmark": "^2.1.4",
|
|
64
61
|
"c8": "^7.12.0",
|
|
65
|
-
"concurrently": "^7.
|
|
66
|
-
"eslint": "^8.
|
|
62
|
+
"concurrently": "^7.6.0",
|
|
63
|
+
"eslint": "^8.29.0",
|
|
67
64
|
"eslint-config-prettier": "^8.5.0",
|
|
68
|
-
"eslint-import-resolver-typescript": "^
|
|
65
|
+
"eslint-import-resolver-typescript": "^3.5.2",
|
|
69
66
|
"eslint-plugin-import": "^2.26.0",
|
|
70
67
|
"eslint-plugin-prettier": "^4.2.1",
|
|
71
|
-
"fast-check": "^3.
|
|
72
|
-
"fast-glob": "^3.2.
|
|
73
|
-
"husky": "^8.0.
|
|
74
|
-
"lint-staged": "^
|
|
75
|
-
"mocha": "^10.
|
|
76
|
-
"prettier": "^2.
|
|
77
|
-
"rxjs": "^7.
|
|
68
|
+
"fast-check": "^3.3.0",
|
|
69
|
+
"fast-glob": "^3.2.12",
|
|
70
|
+
"husky": "^8.0.2",
|
|
71
|
+
"lint-staged": "^13.1.0",
|
|
72
|
+
"mocha": "^10.1.0",
|
|
73
|
+
"prettier": "^2.8.0",
|
|
74
|
+
"rxjs": "^7.6.0",
|
|
78
75
|
"source-map-support": "^0.5.21",
|
|
79
76
|
"ts-patch": "^2.0.2",
|
|
80
|
-
"tsconfig-paths": "^4.1.
|
|
77
|
+
"tsconfig-paths": "^4.1.1",
|
|
81
78
|
"tsconfig-replace-paths": "^0.0.11",
|
|
82
|
-
"tslib": "^2.4.
|
|
83
|
-
"tsx": "^3.
|
|
84
|
-
"typescript": "^4.
|
|
85
|
-
"typescript-transform-paths": "^3.
|
|
86
|
-
"yargs": "^17.6.
|
|
79
|
+
"tslib": "^2.4.1",
|
|
80
|
+
"tsx": "^3.12.1",
|
|
81
|
+
"typescript": "^4.9.3",
|
|
82
|
+
"typescript-transform-paths": "^3.4.4",
|
|
83
|
+
"yargs": "^17.6.2"
|
|
87
84
|
},
|
|
88
85
|
"exports": {
|
|
89
86
|
".": {
|
package/src/Subject.ts
CHANGED
|
@@ -113,10 +113,10 @@ export namespace RefSubject {
|
|
|
113
113
|
updateSome: (f) => ref.updateSome(f),
|
|
114
114
|
updateSomeAndGet: (f) => ref.updateSomeAndGet(f),
|
|
115
115
|
run: h.run.bind(h),
|
|
116
|
-
emit:
|
|
116
|
+
emit: ref.set,
|
|
117
117
|
failCause: h.failCause.bind(h),
|
|
118
118
|
end: h.end,
|
|
119
|
-
unsafeEmit: (a) => Effect.unsafeRunAsync(
|
|
119
|
+
unsafeEmit: (a) => Effect.unsafeRunAsync(ref.set(a)),
|
|
120
120
|
unsafeFailCause: (c) => Effect.unsafeRunAsync(h.failCause(c)),
|
|
121
121
|
unsafeEnd: () => Effect.unsafeRunAsync(h.end),
|
|
122
122
|
}
|
package/perf/_internal.ts
DELETED
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
import process from 'node:process'
|
|
2
|
-
|
|
3
|
-
import * as EffectStream from '@effect/core/Stream/Stream'
|
|
4
|
-
import * as Effect from '@effect/core/io/Effect'
|
|
5
|
-
import * as M from '@most/core'
|
|
6
|
-
import * as MS from '@most/scheduler'
|
|
7
|
-
import * as MT from '@most/types'
|
|
8
|
-
import benchmark, { Suite } from 'benchmark'
|
|
9
|
-
import * as RxJS from 'rxjs'
|
|
10
|
-
|
|
11
|
-
import * as Fx from '@/index.js'
|
|
12
|
-
|
|
13
|
-
export function parseIterations() {
|
|
14
|
-
const i = parseInt(process.argv[2], 10)
|
|
15
|
-
|
|
16
|
-
return Number.isNaN(i) ? 10000 : i
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export const iterations = parseIterations()
|
|
20
|
-
export const array = Array.from({ length: iterations }, (_, i) => i)
|
|
21
|
-
|
|
22
|
-
export function runSuite(suite: Suite, cb: () => void) {
|
|
23
|
-
suite
|
|
24
|
-
.on('start', logStart)
|
|
25
|
-
.on('cycle', logResults)
|
|
26
|
-
.on('complete', () => {
|
|
27
|
-
logComplete()
|
|
28
|
-
cb()
|
|
29
|
-
})
|
|
30
|
-
.run({ defer: false })
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
const longestLibrary = 13
|
|
34
|
-
const longestOps = 10
|
|
35
|
-
|
|
36
|
-
function logResults(e: any) {
|
|
37
|
-
const t = e.target
|
|
38
|
-
|
|
39
|
-
if (t.failure) {
|
|
40
|
-
console.log(`| ${t.name} | FAILED | ${e.target.failure} |`)
|
|
41
|
-
|
|
42
|
-
console.error(padl(10, t.name) + 'FAILED: ' + e.target.failure)
|
|
43
|
-
} else {
|
|
44
|
-
console.log(
|
|
45
|
-
`| ${padl(longestLibrary, t.name)} | ${padl(longestOps, t.hz.toFixed(2))} | ${padl(
|
|
46
|
-
6,
|
|
47
|
-
t.stats.rme.toFixed(2) + '%',
|
|
48
|
-
)} | ${padl(3, t.stats.sample.length)} |`,
|
|
49
|
-
)
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
function logStart(this: any) {
|
|
54
|
-
console.log('### ' + this.name)
|
|
55
|
-
console.log(`| Library | Ops/sec | ± | Samples |
|
|
56
|
-
| --------------|------------|--------|---------|`)
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
function logComplete() {
|
|
60
|
-
console.log('-------------------------------------------------------\n')
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
function padl(n: number, s: string) {
|
|
64
|
-
while (s.length < n) {
|
|
65
|
-
s += ' '
|
|
66
|
-
}
|
|
67
|
-
return s
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
// function padr(n: number, s: string) {
|
|
71
|
-
// while (s.length < n) {
|
|
72
|
-
// s = ' ' + s
|
|
73
|
-
// }
|
|
74
|
-
// return s
|
|
75
|
-
// }
|
|
76
|
-
|
|
77
|
-
export interface PerformanceTest {
|
|
78
|
-
readonly name: string
|
|
79
|
-
readonly cases: readonly PerformanceTestCase<any>[]
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
export interface PerformanceTestCase<A> {
|
|
83
|
-
name: string
|
|
84
|
-
init: () => A
|
|
85
|
-
run: (a: A, deferred: benchmark.Deferred) => void
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
export function PerformanceTestCase<A>(
|
|
89
|
-
name: string,
|
|
90
|
-
init: () => A,
|
|
91
|
-
run: (a: A, deferred: benchmark.Deferred) => void,
|
|
92
|
-
): PerformanceTestCase<A> {
|
|
93
|
-
return { name, init, run }
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export function runPerformanceTest(test: PerformanceTest, cb: () => void) {
|
|
97
|
-
// eslint-disable-next-line import/no-named-as-default-member
|
|
98
|
-
let suite = new benchmark.Suite(test.name)
|
|
99
|
-
|
|
100
|
-
for (const testCase of test.cases) {
|
|
101
|
-
const constructed = testCase.init()
|
|
102
|
-
|
|
103
|
-
suite = suite.add(testCase.name, (deferred: benchmark.Deferred) =>
|
|
104
|
-
testCase.run(constructed, deferred),
|
|
105
|
-
)
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
runSuite(suite, cb)
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
export function fxTest<E, A>(init: () => Fx.Fx<never, E, A>) {
|
|
112
|
-
return PerformanceTestCase(
|
|
113
|
-
'Fx',
|
|
114
|
-
() => {
|
|
115
|
-
const push = init()
|
|
116
|
-
|
|
117
|
-
return Fx.runDrain(push)
|
|
118
|
-
},
|
|
119
|
-
(fx, deferred) => Effect.unsafeRunAsyncWith(fx, () => deferred.resolve()),
|
|
120
|
-
)
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
export function fxEffectTest<E, A>(init: () => Effect.Effect<never, E, A>) {
|
|
124
|
-
return PerformanceTestCase('Fx', init, (e, deferred) => {
|
|
125
|
-
Effect.unsafeRunPromise(e).then(() => deferred.resolve())
|
|
126
|
-
})
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
export function mostStreamTest<A>(init: () => MT.Stream<A>) {
|
|
130
|
-
const mostScheduler = MS.newDefaultScheduler()
|
|
131
|
-
|
|
132
|
-
return PerformanceTestCase('@most/core', init, (mostStream, deferred) =>
|
|
133
|
-
M.runEffects(mostStream, mostScheduler).then(() => deferred.resolve()),
|
|
134
|
-
)
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
export function rxjsObservableTest<A>(init: () => RxJS.Observable<A>) {
|
|
138
|
-
return PerformanceTestCase('RxJS @7', init, (observable, deferred) => {
|
|
139
|
-
observable.subscribe({
|
|
140
|
-
complete: () => deferred.resolve(),
|
|
141
|
-
})
|
|
142
|
-
})
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
export function effectTsStreamTest<E, A>(init: () => EffectStream.Stream<never, E, A>) {
|
|
146
|
-
return PerformanceTestCase(
|
|
147
|
-
'Effect/Stream',
|
|
148
|
-
() => EffectStream.runDrain(init()),
|
|
149
|
-
(e, deferred) => {
|
|
150
|
-
Effect.unsafeRunPromise(e).then(() => deferred.resolve())
|
|
151
|
-
},
|
|
152
|
-
)
|
|
153
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import * as EffectStream from '@effect/core/Stream/Stream'
|
|
2
|
-
import { pipe } from '@fp-ts/data/Function'
|
|
3
|
-
import * as M from '@most/core'
|
|
4
|
-
import * as Chunk from '@tsplus/stdlib/collections/Chunk'
|
|
5
|
-
import * as rxjs from 'rxjs'
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
array,
|
|
9
|
-
effectTsStreamTest,
|
|
10
|
-
fxEffectTest,
|
|
11
|
-
iterations,
|
|
12
|
-
mostStreamTest,
|
|
13
|
-
rxjsObservableTest,
|
|
14
|
-
} from '../_internal.js'
|
|
15
|
-
|
|
16
|
-
import * as Stream from '@/index.js'
|
|
17
|
-
|
|
18
|
-
const filterEvens = (x: number) => x % 2 === 0
|
|
19
|
-
const addOne = (x: number) => x + 1
|
|
20
|
-
const add = (x: number, y: number): number => x + y
|
|
21
|
-
|
|
22
|
-
export const name = 'filter -> map -> scan ' + iterations + ' integers'
|
|
23
|
-
|
|
24
|
-
export const cases = [
|
|
25
|
-
fxEffectTest(() =>
|
|
26
|
-
pipe(
|
|
27
|
-
Stream.fromIterable(array),
|
|
28
|
-
Stream.filter(filterEvens),
|
|
29
|
-
Stream.map(addOne),
|
|
30
|
-
Stream.runReduce(0, add),
|
|
31
|
-
),
|
|
32
|
-
),
|
|
33
|
-
mostStreamTest(() =>
|
|
34
|
-
pipe(M.periodic(0), M.withItems(array), M.filter(filterEvens), M.map(addOne), M.scan(add, 0)),
|
|
35
|
-
),
|
|
36
|
-
rxjsObservableTest(() =>
|
|
37
|
-
pipe(rxjs.from(array), rxjs.filter(filterEvens), rxjs.map(addOne), rxjs.scan(add, 0)),
|
|
38
|
-
),
|
|
39
|
-
|
|
40
|
-
effectTsStreamTest(() =>
|
|
41
|
-
pipe(
|
|
42
|
-
EffectStream.fromChunk(Chunk.from(array)),
|
|
43
|
-
EffectStream.filter(filterEvens),
|
|
44
|
-
EffectStream.map(addOne),
|
|
45
|
-
EffectStream.scan(0, add),
|
|
46
|
-
),
|
|
47
|
-
),
|
|
48
|
-
]
|
package/perf/cases/flatMap.ts
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import * as EffectStream from '@effect/core/Stream/Stream'
|
|
2
|
-
import { pipe } from '@fp-ts/data/Function'
|
|
3
|
-
import * as M from '@most/core'
|
|
4
|
-
import * as Chunk from '@tsplus/stdlib/collections/Chunk'
|
|
5
|
-
import * as rxjs from 'rxjs'
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
array,
|
|
9
|
-
effectTsStreamTest,
|
|
10
|
-
fxTest,
|
|
11
|
-
iterations,
|
|
12
|
-
mostStreamTest,
|
|
13
|
-
rxjsObservableTest,
|
|
14
|
-
} from '../_internal.js'
|
|
15
|
-
|
|
16
|
-
import * as Stream from '@/index.js'
|
|
17
|
-
|
|
18
|
-
const nestedArray = array.map((x) => Array.from({ length: x }, (_, i) => x * 1000 + i))
|
|
19
|
-
|
|
20
|
-
const add = (x: number, y: number): number => x + y
|
|
21
|
-
|
|
22
|
-
export const name = 'flatMap ' + iterations + ' x ' + iterations + ' integers'
|
|
23
|
-
export const cases = [
|
|
24
|
-
fxTest(() =>
|
|
25
|
-
pipe(
|
|
26
|
-
Stream.fromIterable(nestedArray),
|
|
27
|
-
Stream.flatMap(Stream.fromIterable),
|
|
28
|
-
Stream.scan(0, add),
|
|
29
|
-
),
|
|
30
|
-
),
|
|
31
|
-
mostStreamTest(() =>
|
|
32
|
-
pipe(
|
|
33
|
-
M.periodic(0),
|
|
34
|
-
M.withItems(nestedArray),
|
|
35
|
-
M.chain((ns) => pipe(M.periodic(0), M.withItems(ns))),
|
|
36
|
-
M.scan(add, 0),
|
|
37
|
-
),
|
|
38
|
-
),
|
|
39
|
-
rxjsObservableTest(() =>
|
|
40
|
-
pipe(rxjs.from(nestedArray), rxjs.flatMap(rxjs.from), rxjs.scan(add, 0)),
|
|
41
|
-
),
|
|
42
|
-
effectTsStreamTest(() =>
|
|
43
|
-
pipe(
|
|
44
|
-
EffectStream.fromChunk(Chunk.from(nestedArray)),
|
|
45
|
-
EffectStream.flatMap((ns) => EffectStream.fromChunk(Chunk.from(ns))),
|
|
46
|
-
EffectStream.scan(0, add),
|
|
47
|
-
),
|
|
48
|
-
),
|
|
49
|
-
]
|
package/perf/cases/switchMap.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { pipe } from '@fp-ts/data/Function'
|
|
2
|
-
import * as M from '@most/core'
|
|
3
|
-
import * as rxjs from 'rxjs'
|
|
4
|
-
|
|
5
|
-
import { array, fxTest, iterations, mostStreamTest, rxjsObservableTest } from '../_internal.js'
|
|
6
|
-
|
|
7
|
-
import * as Stream from '@/index.js'
|
|
8
|
-
|
|
9
|
-
const nestedArray = array.map((x) => Array.from({ length: x }, (_, i) => x * 1000 + i))
|
|
10
|
-
|
|
11
|
-
const add = (x: number, y: number): number => x + y
|
|
12
|
-
|
|
13
|
-
export const name = 'switchMap ' + iterations + ' x ' + iterations + ' integers'
|
|
14
|
-
|
|
15
|
-
export const cases = [
|
|
16
|
-
fxTest(() =>
|
|
17
|
-
pipe(
|
|
18
|
-
Stream.fromIterable(nestedArray),
|
|
19
|
-
Stream.switchMap(Stream.fromIterable),
|
|
20
|
-
Stream.scan(0, add),
|
|
21
|
-
),
|
|
22
|
-
),
|
|
23
|
-
mostStreamTest(() =>
|
|
24
|
-
pipe(
|
|
25
|
-
M.periodic(0),
|
|
26
|
-
M.withItems(nestedArray),
|
|
27
|
-
M.map((ns) => pipe(M.periodic(0), M.withItems(ns))),
|
|
28
|
-
M.switchLatest,
|
|
29
|
-
M.scan(add, 0),
|
|
30
|
-
),
|
|
31
|
-
),
|
|
32
|
-
rxjsObservableTest(() =>
|
|
33
|
-
pipe(rxjs.from(nestedArray), rxjs.switchMap(rxjs.from), rxjs.scan(add, 0)),
|
|
34
|
-
),
|
|
35
|
-
// Effect Stream is pull-based and does not offer switchMap
|
|
36
|
-
]
|
package/perf/readme-base.md
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# Performance Tests
|
|
2
|
-
|
|
3
|
-
Here is the latest output of the perf test suite run on a 2020 13" macbook pro.
|
|
4
|
-
It is worth noting that all the tests utilize entirely synchronous workflows, and thus
|
|
5
|
-
have a great favoring towards Most.js/RxJS in terms of raw performance overhead.
|
|
6
|
-
|
|
7
|
-
If you need strict performance over push-based streams, definitely use Most.js, but if you are
|
|
8
|
-
interested in the superpowers of `Effect`, and are interested in using push-based streams as a means
|
|
9
|
-
of orchestration `Fx` is still a great bet as it won't often be your bottleneck.
|
|
10
|
-
|
|
11
|
-
If you need strict performance no matter what, none of these abstractions should be utilized at all.
|
|
12
|
-
|
|
13
|
-
## Test Results
|
|
14
|
-
|
package/perf/readme.md
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Performance Tests
|
|
2
|
-
|
|
3
|
-
Here is the latest output of the perf test suite run on a 2020 13" macbook pro.
|
|
4
|
-
It is worth noting that all the tests utilize entirely synchronous workflows, and thus
|
|
5
|
-
have a great favoring towards Most.js/RxJS in terms of raw performance overhead.
|
|
6
|
-
|
|
7
|
-
If you need strict performance over push-based streams, definitely use Most.js, but if you are
|
|
8
|
-
interested in the superpowers of `Effect`, and are interested in using push-based streams as a means
|
|
9
|
-
of orchestration `Fx` is still a great bet as it won't often be your bottleneck.
|
|
10
|
-
|
|
11
|
-
If you need strict performance no matter what, none of these abstractions should be utilized at all.
|
|
12
|
-
|
|
13
|
-
## Test Results
|
|
14
|
-
|
|
15
|
-
### filter -> map -> scan 10000 integers
|
|
16
|
-
| Library | Ops/sec | ± | Samples |
|
|
17
|
-
| --------------|------------|--------|---------|
|
|
18
|
-
| Fx | 3801.43 | 5.81% | 82 |
|
|
19
|
-
| @most/core | 384094.58 | 12.96% | 64 |
|
|
20
|
-
| RxJS @7 | 2255.04 | 12.60% | 87 |
|
|
21
|
-
| Effect/Stream | 91.50 | 29.12% | 41 |
|
|
22
|
-
-------------------------------------------------------
|
|
23
|
-
|
|
24
|
-
### flatMap 10000 x 10000 integers
|
|
25
|
-
| Library | Ops/sec | ± | Samples |
|
|
26
|
-
| --------------|------------|--------|---------|
|
|
27
|
-
| Fx | 6474.91 | 11.85% | 76 |
|
|
28
|
-
| @most/core | 276654.02 | 19.33% | 46 |
|
|
29
|
-
| RxJS @7 | 10322.11 | 52.99% | 77 |
|
|
30
|
-
| Effect/Stream | 2.29 | 124.34% | 9 |
|
|
31
|
-
-------------------------------------------------------
|
|
32
|
-
|
|
33
|
-
### switchMap 10000 x 10000 integers
|
|
34
|
-
| Library | Ops/sec | ± | Samples |
|
|
35
|
-
| --------------|------------|--------|---------|
|
|
36
|
-
| Fx | 4759.84 | 13.52% | 63 |
|
|
37
|
-
| @most/core | 300663.64 | 14.57% | 55 |
|
|
38
|
-
| RxJS @7 | 16469.83 | 2.63% | 75 |
|
|
39
|
-
-------------------------------------------------------
|
|
40
|
-
|
package/perf/runFullSuite.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { spawnSync } from 'node:child_process'
|
|
2
|
-
import * as fs from 'node:fs'
|
|
3
|
-
import { basename, dirname, join } from 'node:path'
|
|
4
|
-
import { fileURLToPath } from 'node:url'
|
|
5
|
-
|
|
6
|
-
const currentDir = dirname(fileURLToPath(import.meta.url))
|
|
7
|
-
const casesDir = join(currentDir, '/cases')
|
|
8
|
-
|
|
9
|
-
export const runPerfTestPath = join(currentDir, 'runPerfTest.ts')
|
|
10
|
-
export const readmeBasePath = join(currentDir, 'readme-base.md')
|
|
11
|
-
export const readmePath = join(currentDir, 'readme.md')
|
|
12
|
-
export const fileNames = fs.readdirSync(casesDir).map((x) => basename(x))
|
|
13
|
-
|
|
14
|
-
let readmeContent = fs.readFileSync(readmeBasePath, 'utf-8').toString()
|
|
15
|
-
|
|
16
|
-
for (const fileName of fileNames) {
|
|
17
|
-
console.log('Running', 'cases/' + basename(fileName), '\n')
|
|
18
|
-
|
|
19
|
-
const { stdout } = spawnSync(`node`, [
|
|
20
|
-
`--loader`,
|
|
21
|
-
`@esbuild-kit/esm-loader`,
|
|
22
|
-
`${runPerfTestPath}`,
|
|
23
|
-
`${fileName}`,
|
|
24
|
-
])
|
|
25
|
-
|
|
26
|
-
const output = stdout.toString()
|
|
27
|
-
|
|
28
|
-
console.log(output)
|
|
29
|
-
|
|
30
|
-
readmeContent += output
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
if (fs.existsSync(readmePath)) {
|
|
34
|
-
fs.unlinkSync(readmePath)
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
fs.writeFileSync(readmePath, readmeContent)
|
package/perf/runPerfTest.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import process from 'node:process'
|
|
2
|
-
|
|
3
|
-
import { runPerformanceTest } from './_internal.js'
|
|
4
|
-
|
|
5
|
-
const fileName = process.argv.slice(2).filter((x) => x.trim() !== '--')[0]
|
|
6
|
-
|
|
7
|
-
async function main() {
|
|
8
|
-
const { name, cases } = await import(
|
|
9
|
-
`./cases/${fileName}${fileName.endsWith('.ts') ? '' : '.ts'}`
|
|
10
|
-
)
|
|
11
|
-
|
|
12
|
-
runPerformanceTest({ name, cases }, () => process.exit(0))
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
main().catch((error) => {
|
|
16
|
-
console.error(error)
|
|
17
|
-
process.exit(1)
|
|
18
|
-
})
|