-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Add everything! #1
Conversation
At the time of writing, coveralls is down, so we'll have to wait to see if reports are working. |
867ce83
to
539ed74
Compare
eq (typeof result.types) ('object'); | ||
eq (result.reducer ({}, {type: 'Warped/Test/foo', payload: 'test'})) | ||
({actionPayload: 'test'}); | ||
eq (result.types) ({foo: 'Warped/Test/foo'}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The space before function params really makes it look like a different language!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the trick. See sanctuary-js/sanctuary#438 :)
//. Usage in Node depends on `--experimental-modules`. | ||
//. With older Node versions, use [std/esm][2]. | ||
|
||
// createType :: (String, String) -> String |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice tooling for embedding md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's https://github.com/plaid/transcribe under the hood.
There we go. With Coveralls working, this work should be ready for a merge. |
No description provided.