We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CONTRIBUTING.md
The doctest for
> S.encaseEither(S.I, JSON.parse, '[') Left(new SyntaxError('Unexpected end of input'))
will break as JSON.parse's error message changed at some point between node 4 and node 6 to "Unexpected end of JSON input"
JSON.parse
We should document which node versions can be used by people developing the library
The text was updated successfully, but these errors were encountered:
How do you feel about this now that #250 has been merged, @rjmk?
Sorry, something went wrong.
Much better solution!
No branches or pull requests
The doctest for
will break as
JSON.parse
's error message changed at some point between node 4 and node 6 to "Unexpected end of JSON input"We should document which node versions can be used by people developing the library
The text was updated successfully, but these errors were encountered: