-
Notifications
You must be signed in to change notification settings - Fork 24
Update to v0.15.0 #47
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 v0.15.0 #47
Conversation
return function () { | ||
return { value: val }; | ||
}; | ||
}; | ||
} | ||
export { newSTRef as new }; |
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.
Interesting! Does lebab
do this by default?
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 this was done by @kl0tl. See 5ba6007#diff-9c608e1cbaa7f43f3029de5e7a1eb12e0bbb6a430bfe129fe3c715c82ad266c6R29
Description of the change
Backlinking to purescript/purescript#4244
Migrates FFI to ES modules
Checklist: