immutable-ext icon indicating copy to clipboard operation
immutable-ext copied to clipboard

fantasyland extensions for immutablejs

Results 5 immutable-ext issues
Sort by recently updated
recently updated
newest added

~/repos/sandbox/javascript/src [master] % node --trace-deprecation script.js (node:59243) [DEP0128] DeprecationWarning: Invalid 'main' field in '/Users/onosendi/repos/sandbox/javascript/node_modules/immutable-ext/package.json' of 'dist/index.js'. Please either fix that or report it to the module author at tryPackage (node:internal/modules/cjs/loader:364:15)...

I have a DX question: should people import from `immutable-ext`, or use it as a "polyfill" sort of? index: ```js import 'immutable-ext'; import Application from './Application'; Application.start(); ``` Application: ```js...

If all immutablejs types are extended from `Collection` can't we just patch it with fantasy-land methods?

fixes #14 [List reduce signature](https://facebook.github.io/immutable-js/docs/#/List/reduce) supports it. - [ ] write test

I've been very interested in using immutablejs in combination with a complete functional interface. I'm actually shocked to find this. I had searched a bunch and found like 1 or...