Skip to content
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 NonNullable return type requirement for Maybe.map #167

Merged
merged 1 commit into from
Jun 15, 2018

Conversation

jleider
Copy link
Contributor

@jleider jleider commented May 3, 2018

This updates the typings file to be consistent with the javascript which
prevents null values from being initialized within a Maybe.

The NonNullable type requires TypeScript 2.8+.

Additionally, the TS update brings better type coverage which caused one
NEL test to fail and has been updated to reflect the correct type.

This updates the typings file to be consistent with the javascript which
prevents `null` values from being initialized within a `Maybe`.

The `NonNullable` type requires TypeScript 2.8+.

Additionally, the TS update brings better type coverage which caused one
`NEL` test to fail and has been updated to reflect the correct type.
@ulfryk ulfryk merged commit 1641c5c into monet:develop Jun 15, 2018
@ulfryk ulfryk added this to the 0.9 Release milestone Jun 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants