这是indexloc提供的服务,不要输入任何密码
Skip to content

bin: remove arrow functions for Node 0.12 support #14

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

Merged
merged 1 commit into from
Jul 8, 2019
Merged

bin: remove arrow functions for Node 0.12 support #14

merged 1 commit into from
Jul 8, 2019

Conversation

nickdesaulniers
Copy link

Commit 22b7aa5 ("Move main logic from bin file (#9)") broke
tap-difflet Node 0.10 and 0.12 support due to its use of arrow
functions, which aren't supported by old versions of Node.

This was spotted trying to upgrade node-nanomsg to use tap-difflet.

Fixes #13

Commit 22b7aa5 ("Move main logic from bin file (#9)") broke
tap-difflet Node 0.10 and 0.12 support due to its use of arrow
functions, which aren't supported by old versions of Node.

This was spotted trying to upgrade node-nanomsg to use tap-difflet.

Fixes #13
@namuol
Copy link
Owner

namuol commented Jul 8, 2019

Thanks @nickdesaulniers!

@namuol namuol merged commit 04b5aeb into namuol:master Jul 8, 2019
@nickdesaulniers nickdesaulniers deleted the arrow_fn branch July 8, 2019 22:23
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.

arrow function breaks node 0.10 and 0.12
2 participants