-
Notifications
You must be signed in to change notification settings - Fork 11
Update to PureScript v0.15.0 #22
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 #22
Conversation
Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>
Let's hold off merging until we make a decision wrt which Node version to support and whether we'll allow arrow functions. |
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.
Need a changelog entry update here, too.
src/Node/Path.js
Outdated
}; | ||
}; | ||
export function resolve(from) { | ||
return to => (function() { |
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
return to => {
return () => {
};
];
Description of the change
Backlinking to purescript/purescript#4244
Migrates FFI to ES modules
Checklist: