@typed/fx 0.0.31 → 0.0.32
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/withEmitter.d.ts.map +1 -1
- package/cjs/withEmitter.js +13 -20
- package/cjs/withEmitter.js.map +1 -1
- package/esm/withEmitter.d.ts.map +1 -1
- package/esm/withEmitter.js +13 -20
- package/esm/withEmitter.js.map +1 -1
- package/package.json +1 -1
- package/src/withEmitter.ts +25 -32
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":1646,"mtime":1668128942059,"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":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",""]
|
package/cjs/withEmitter.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withEmitter.d.ts","sourceRoot":"","sources":["../src/withEmitter.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"withEmitter.d.ts","sourceRoot":"","sources":["../src/withEmitter.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAIhD,OAAO,EAAW,EAAE,EAAE,MAAM,SAAS,CAAA;AACrC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAEjD,wBAAgB,WAAW,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EACjC,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,GACtD,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CA4Bb"}
|
package/cjs/withEmitter.js
CHANGED
|
@@ -24,31 +24,24 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.withEmitter = void 0;
|
|
27
|
+
const Deferred = __importStar(require("@effect/core/io/Deferred"));
|
|
27
28
|
const Effect = __importStar(require("@effect/core/io/Effect"));
|
|
28
29
|
const Exit = __importStar(require("@effect/core/io/Exit"));
|
|
29
|
-
const
|
|
30
|
-
const Function_1 = require("@fp-ts/data/Function");
|
|
31
|
-
const Either_1 = require("@tsplus/stdlib/data/Either");
|
|
30
|
+
const Function_1 = require("@tsplus/stdlib/data/Function");
|
|
32
31
|
const Fx_js_1 = require("./Fx.js");
|
|
33
32
|
function withEmitter(f) {
|
|
34
|
-
return (0, Fx_js_1.Fx)((sink) => {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
canceler = f({
|
|
44
|
-
unsafeEmit: (a) => unsafeRun(sink.emit(a), (exit) => Exit.isFailure(exit) ? cb(Effect.failCause(exit.cause)) : undefined),
|
|
45
|
-
unsafeFailCause: (e) => unsafeRun(sink.failCause(e), (0, Function_1.flow)(Effect.done, cb)),
|
|
46
|
-
unsafeEnd: () => unsafeRun(sink.end, (0, Function_1.flow)(Effect.done, cb)),
|
|
47
|
-
});
|
|
48
|
-
return (0, Either_1.left)(canceler);
|
|
49
|
-
})));
|
|
33
|
+
return (0, Fx_js_1.Fx)((sink) => Effect.gen(function* ($) {
|
|
34
|
+
const runtime = yield* $(Effect.runtime());
|
|
35
|
+
const deferred = yield* $(Deferred.make());
|
|
36
|
+
let canceler = Effect.unit;
|
|
37
|
+
yield* $(Effect.addFinalizer(Effect.suspendSucceed(() => canceler)));
|
|
38
|
+
canceler = f({
|
|
39
|
+
unsafeEmit: (a) => runtime.unsafeRunAsyncWith(sink.emit(a), (exit) => Exit.isFailure(exit) ? deferred.unsafeDone(Effect.failCause(exit.cause)) : undefined),
|
|
40
|
+
unsafeFailCause: (e) => runtime.unsafeRunAsyncWith(sink.failCause(e), (exit) => (0, Function_1.pipe)(exit, Effect.done, deferred.unsafeDone)),
|
|
41
|
+
unsafeEnd: () => runtime.unsafeRunAsyncWith(sink.end, (exit) => (0, Function_1.pipe)(exit, Effect.done, deferred.unsafeDone)),
|
|
50
42
|
});
|
|
51
|
-
|
|
43
|
+
yield* $(Effect.onInterrupt(() => canceler)(deferred.await));
|
|
44
|
+
}));
|
|
52
45
|
}
|
|
53
46
|
exports.withEmitter = withEmitter;
|
|
54
47
|
//# sourceMappingURL=withEmitter.js.map
|
package/cjs/withEmitter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withEmitter.js","sourceRoot":"","sources":["../src/withEmitter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+DAAgD;AAChD,2DAA4C;AAC5C,
|
|
1
|
+
{"version":3,"file":"withEmitter.js","sourceRoot":"","sources":["../src/withEmitter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mEAAoD;AACpD,+DAAgD;AAChD,2DAA4C;AAC5C,2DAAmD;AAEnD,mCAAqC;AAGrC,SAAgB,WAAW,CACzB,CAAuD;IAEvD,OAAO,IAAA,UAAE,EAAU,CAAK,IAAuB,EAAE,EAAE,CACjD,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC;QACrB,MAAM,OAAO,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,EAAU,CAAC,CAAA;QAClD,MAAM,QAAQ,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,IAAI,EAAkB,CAAC,CAAA;QAE1D,IAAI,QAAQ,GAAuB,MAAM,CAAC,IAAI,CAAA;QAE9C,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAA;QAEpE,QAAQ,GAAG,CAAC,CAAC;YACX,UAAU,EAAE,CAAC,CAAC,EAAE,EAAE,CAChB,OAAO,CAAC,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,EAAE,EAAE,CAChD,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CACrF;YACH,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACrB,OAAO,CAAC,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,EAAE,EAAE,CACrD,IAAA,eAAI,EAAC,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,UAAU,CAAC,CAC7C;YACH,SAAS,EAAE,GAAG,EAAE,CACd,OAAO,CAAC,kBAAkB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,CAC5C,IAAA,eAAI,EAAC,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,UAAU,CAAC,CAC7C;SACJ,CAAC,CAAA;QAEF,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAA;IAC9D,CAAC,CAAC,CACH,CAAA;AACH,CAAC;AA9BD,kCA8BC"}
|
package/esm/withEmitter.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withEmitter.d.ts","sourceRoot":"","sources":["../src/withEmitter.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"withEmitter.d.ts","sourceRoot":"","sources":["../src/withEmitter.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAIhD,OAAO,EAAW,EAAE,EAAE,MAAM,SAAS,CAAA;AACrC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAEjD,wBAAgB,WAAW,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EACjC,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,GACtD,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CA4Bb"}
|
package/esm/withEmitter.js
CHANGED
|
@@ -1,27 +1,20 @@
|
|
|
1
|
+
import * as Deferred from '@effect/core/io/Deferred';
|
|
1
2
|
import * as Effect from '@effect/core/io/Effect';
|
|
2
3
|
import * as Exit from '@effect/core/io/Exit';
|
|
3
|
-
import {
|
|
4
|
-
import { flow, pipe } from '@fp-ts/data/Function';
|
|
5
|
-
import { left } from '@tsplus/stdlib/data/Either';
|
|
4
|
+
import { pipe } from '@tsplus/stdlib/data/Function';
|
|
6
5
|
import { Fx } from './Fx.js';
|
|
7
6
|
export function withEmitter(f) {
|
|
8
|
-
return Fx((sink) => {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
canceler = f({
|
|
18
|
-
unsafeEmit: (a) => unsafeRun(sink.emit(a), (exit) => Exit.isFailure(exit) ? cb(Effect.failCause(exit.cause)) : undefined),
|
|
19
|
-
unsafeFailCause: (e) => unsafeRun(sink.failCause(e), flow(Effect.done, cb)),
|
|
20
|
-
unsafeEnd: () => unsafeRun(sink.end, flow(Effect.done, cb)),
|
|
21
|
-
});
|
|
22
|
-
return left(canceler);
|
|
23
|
-
})));
|
|
7
|
+
return Fx((sink) => Effect.gen(function* ($) {
|
|
8
|
+
const runtime = yield* $(Effect.runtime());
|
|
9
|
+
const deferred = yield* $(Deferred.make());
|
|
10
|
+
let canceler = Effect.unit;
|
|
11
|
+
yield* $(Effect.addFinalizer(Effect.suspendSucceed(() => canceler)));
|
|
12
|
+
canceler = f({
|
|
13
|
+
unsafeEmit: (a) => runtime.unsafeRunAsyncWith(sink.emit(a), (exit) => Exit.isFailure(exit) ? deferred.unsafeDone(Effect.failCause(exit.cause)) : undefined),
|
|
14
|
+
unsafeFailCause: (e) => runtime.unsafeRunAsyncWith(sink.failCause(e), (exit) => pipe(exit, Effect.done, deferred.unsafeDone)),
|
|
15
|
+
unsafeEnd: () => runtime.unsafeRunAsyncWith(sink.end, (exit) => pipe(exit, Effect.done, deferred.unsafeDone)),
|
|
24
16
|
});
|
|
25
|
-
|
|
17
|
+
yield* $(Effect.onInterrupt(() => canceler)(deferred.await));
|
|
18
|
+
}));
|
|
26
19
|
}
|
|
27
20
|
//# sourceMappingURL=withEmitter.js.map
|
package/esm/withEmitter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withEmitter.js","sourceRoot":"","sources":["../src/withEmitter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"withEmitter.js","sourceRoot":"","sources":["../src/withEmitter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAA;AACpD,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAChD,OAAO,KAAK,IAAI,MAAM,sBAAsB,CAAA;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAA;AAEnD,OAAO,EAAW,EAAE,EAAE,MAAM,SAAS,CAAA;AAGrC,MAAM,UAAU,WAAW,CACzB,CAAuD;IAEvD,OAAO,EAAE,CAAU,CAAK,IAAuB,EAAE,EAAE,CACjD,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC;QACrB,MAAM,OAAO,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,EAAU,CAAC,CAAA;QAClD,MAAM,QAAQ,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,IAAI,EAAkB,CAAC,CAAA;QAE1D,IAAI,QAAQ,GAAuB,MAAM,CAAC,IAAI,CAAA;QAE9C,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAA;QAEpE,QAAQ,GAAG,CAAC,CAAC;YACX,UAAU,EAAE,CAAC,CAAC,EAAE,EAAE,CAChB,OAAO,CAAC,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,EAAE,EAAE,CAChD,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CACrF;YACH,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACrB,OAAO,CAAC,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,EAAE,EAAE,CACrD,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,UAAU,CAAC,CAC7C;YACH,SAAS,EAAE,GAAG,EAAE,CACd,OAAO,CAAC,kBAAkB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,CAC5C,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,UAAU,CAAC,CAC7C;SACJ,CAAC,CAAA;QAEF,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAA;IAC9D,CAAC,CAAC,CACH,CAAA;AACH,CAAC"}
|
package/package.json
CHANGED
package/src/withEmitter.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
+
import * as Deferred from '@effect/core/io/Deferred'
|
|
1
2
|
import * as Effect from '@effect/core/io/Effect'
|
|
2
3
|
import * as Exit from '@effect/core/io/Exit'
|
|
3
|
-
import {
|
|
4
|
-
import { Scope } from '@effect/core/io/Scope'
|
|
5
|
-
import { flow, pipe } from '@fp-ts/data/Function'
|
|
6
|
-
import { left } from '@tsplus/stdlib/data/Either'
|
|
4
|
+
import { pipe } from '@tsplus/stdlib/data/Function'
|
|
7
5
|
|
|
8
6
|
import { Emitter, Fx } from './Fx.js'
|
|
9
7
|
import type { UnsafeEmitter } from './Subject.js'
|
|
@@ -11,36 +9,31 @@ import type { UnsafeEmitter } from './Subject.js'
|
|
|
11
9
|
export function withEmitter<R, E, A>(
|
|
12
10
|
f: (emitter: UnsafeEmitter<E, A>) => Effect.Canceler<R>,
|
|
13
11
|
): Fx<R, E, A> {
|
|
14
|
-
return Fx<R, E, A>(<R2>(sink: Emitter<R2, E, A>) =>
|
|
15
|
-
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
observer: (exit: Exit.Exit<E, A>) => void,
|
|
19
|
-
) => {
|
|
20
|
-
const f = unsafeForkUnstarted(eff, fiber, status.runtimeFlags)
|
|
21
|
-
f.addObserver(observer)
|
|
22
|
-
f.start(eff)
|
|
23
|
-
}
|
|
12
|
+
return Fx<R, E, A>(<R2>(sink: Emitter<R2, E, A>) =>
|
|
13
|
+
Effect.gen(function* ($) {
|
|
14
|
+
const runtime = yield* $(Effect.runtime<R | R2>())
|
|
15
|
+
const deferred = yield* $(Deferred.make<never, unknown>())
|
|
24
16
|
|
|
25
17
|
let canceler: Effect.Canceler<R> = Effect.unit
|
|
26
18
|
|
|
27
|
-
|
|
28
|
-
Effect.addFinalizer(Effect.suspendSucceed(() => canceler)),
|
|
29
|
-
Effect.zipRight(
|
|
30
|
-
Effect.asyncInterrupt<R | R2, never, unknown>((cb) => {
|
|
31
|
-
canceler = f({
|
|
32
|
-
unsafeEmit: (a) =>
|
|
33
|
-
unsafeRun(sink.emit(a), (exit) =>
|
|
34
|
-
Exit.isFailure(exit) ? cb(Effect.failCause(exit.cause)) : undefined,
|
|
35
|
-
),
|
|
36
|
-
unsafeFailCause: (e) => unsafeRun(sink.failCause(e), flow(Effect.done, cb)),
|
|
37
|
-
unsafeEnd: () => unsafeRun(sink.end, flow(Effect.done, cb)),
|
|
38
|
-
})
|
|
19
|
+
yield* $(Effect.addFinalizer(Effect.suspendSucceed(() => canceler)))
|
|
39
20
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
21
|
+
canceler = f({
|
|
22
|
+
unsafeEmit: (a) =>
|
|
23
|
+
runtime.unsafeRunAsyncWith(sink.emit(a), (exit) =>
|
|
24
|
+
Exit.isFailure(exit) ? deferred.unsafeDone(Effect.failCause(exit.cause)) : undefined,
|
|
25
|
+
),
|
|
26
|
+
unsafeFailCause: (e) =>
|
|
27
|
+
runtime.unsafeRunAsyncWith(sink.failCause(e), (exit) =>
|
|
28
|
+
pipe(exit, Effect.done, deferred.unsafeDone),
|
|
29
|
+
),
|
|
30
|
+
unsafeEnd: () =>
|
|
31
|
+
runtime.unsafeRunAsyncWith(sink.end, (exit) =>
|
|
32
|
+
pipe(exit, Effect.done, deferred.unsafeDone),
|
|
33
|
+
),
|
|
34
|
+
})
|
|
35
|
+
|
|
36
|
+
yield* $(Effect.onInterrupt(() => canceler)(deferred.await))
|
|
37
|
+
}),
|
|
38
|
+
)
|
|
46
39
|
}
|