IxJS
IxJS copied to clipboard
The Interactive Extensions for JavaScript
**IxJS version:** 4.5.2 **Code to reproduce:** Using `@reactivex/ix-ts` in webpack (4) with fork-ts-checker-webpack-plugin (6) and Typescript (4.7.4). tsconfig.json excerpt: ```json { "compilerOptions": { "lib": ["dom", "es2015", "es2015.iterable", "esnext.asynciterable"], "downlevelIteration": true...
Pals, the project is awesome. Yet, despite all the effort dedicated to packaging, one can not use it in Node16, from ES modules. First, you do not use conditional exports...
I am attempting to use a package via [Skypack](https://www.skypack.dev/) that depends on IxJS. This package understandably depends on the main `ix` package, but that doesn't work with Skypack because as...
I'm not sure if I'm being obtuse, but where are the API docs? Even the default tsdoc output would help.
Earlier this year I made a [request for clarification](https://github.com/zloirock/core-js/issues/765) to the [core-js](https://github.com/zloirock/core-js) project re: the behavior of that project's implementation of `AsyncIterator` and the helper APIs. What it boiled down...
Just curious to hear what the reactions to this might be. I'm the maintainer of iter-tools, and I've put quite a lot of work into it. It has a level...
**Expected behavior:** ```json "dependencies": { "@types/node": ">=13.7.4" ``` **Actual behavior:** ```json "dependencies": { "@types/node": "^13.7.4" ```
**Description:** **Related issue (if exists):**
Updates the documentation for Iterable and AsyncIterable **Related issue (if exists):**
Some guidance and/or examples on use (or non-use!) with node.js would be helpful. Things like: - use with node callback idioms, streams, etc. I'd guess that async iterators and async...