-
Notifications
You must be signed in to change notification settings - Fork 5
Update to PureScript v0.15.0 #16
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
Update to PureScript v0.15.0 #16
Conversation
Co-authored-by: Thomas Honeyman <[email protected]>
@sigma-andex Now that there are tests, do you mind adding a |
Also, looks like we've got a linting error. |
Whoops, one more thing — can you add this to the CHANGELOG? |
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.
Yeah, just need the changelog.
@@ -12,6 +12,7 @@ | |||
"url": "https://github.com/purescript-node/purescript-node-url.git" | |||
}, | |||
"dependencies": { | |||
"purescript-nullable": "^5.0.0" | |||
"purescript-nullable": "main", | |||
"purescript-assert": "master" |
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.
Shouldn't this be a devDependency?
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.
I think 'assert' should be a dev dependency in bower.json
Description of the change
Backlinking to purescript/purescript#4244
Migrates FFI to ES modules
Checklist: