IxJS icon indicating copy to clipboard operation
IxJS copied to clipboard

ix/asynciterable/from doesn't seem to exist, despite being used in an example

Open dobesv opened this issue 6 years ago • 1 comments

The example in the README include this piece of code:

import { from } from 'ix/asynciterable/from';

However, it doesn't seem like any such module exists.

IxJS version:

2.3.5

Code to reproduce:

require('ix/asynciterable/from';

Expected behavior:

Module exists

Actual behavior:

Module does not exist.

Additional information:

dobesv avatar May 25 '18 20:05 dobesv

Ah yeah, we need to update the docs. the from method is currently static on the AsyncIterableX class, not exported as a separate module. I need to do a bunch of house keeping in general soon, so I'll be sure to update the examples. Thanks for reporting @dobesv.

trxcllnt avatar May 25 '18 21:05 trxcllnt