immutable-cursor
immutable-cursor copied to clipboard
👊 Immutable cursors incorporating the Immutable.js interface over a Clojure-inspired atom
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.