Uh oh!
There was an error while loading. Please reload this page.
Update to v0.15.0 - #46
Conversation
sigma-andex
commented
Mar 22, 2022
JordanMartinez
left a comment
There was a problem hiding this comment.
Everything looks good except for the function's arrow syntax.
thomashoneyman
commented
Mar 22, 2022
@JordanMartinez Personally, I don't mind the arrow syntax. We're only restrictive about that in the core libraries; Node can use arrow syntax if it wants IMO. |
JordanMartinez
commented
Mar 22, 2022
@thomashoneyman Why was it decided that we would not use arrow syntax in core? Wouldn't that reason also apply here? |
thomashoneyman
commented
Mar 22, 2022
It's to do with library users not having to transpile their code in order to run it on old browsers like IE. The same compatibility concerns apply to Node, but Node has supported arrow syntax well before Node 12 (the oldest LTS version), so this particular one doesn't affect Node users. |
JordanMartinez
commented
Mar 22, 2022
@sigma-andex Looks like we forgot to update the changelog here. |
Description of the change
Backlinking to purescript/purescript#4244
Migrates FFI to ES modules
Checklist: