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

👊 Immutable cursors incorporating the Immutable.js interface over a Clojure-inspired atom

Results 9 immutable-cursor issues
Sort by recently updated
recently updated
newest added

I'm working on an immutable data structure that needs a cursor concept as well. One of the challenges that I'm facing is similar to what you describe in the README....

As new versions are comming Changleog.md vould be nice for breaking changes.

## Typescript Given that [contrib/cursor](https://github.com/facebook/immutable-js/blob/master/contrib/cursor) already [includes the relevant definitions](https://github.com/facebook/immutable-js/blob/master/contrib/cursor/index.d.ts), it'd be a shame not to copy those over into this project, and keep them up-to-date. ## Flow It would...

The airbnb lint config misses a few things (extra spaces, indents etc). This PR replaces it with semistandard, which has mostly the same rules, and simplifies configuration. The PR also...

'Cos formatters rock, and the codebase is syntactically trivial enough for us not to have to involve a linter in addition.

wip