Skip to content
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

chore: remove node6 support and upgrade codebase #1851

Merged
merged 1 commit into from
May 2, 2019

Conversation

reconbot
Copy link
Member

  • use async functions
  • use Object.entries/Object.values
  • use Object spreading
  • also remove node9 from the test suite, it's not LTS

BREAKING: bindings now use async functions so they’ll never throw, only reject

@serialport serialport deleted a comment from codecov bot Apr 30, 2019
@serialport serialport deleted a comment from codecov bot Apr 30, 2019
- use async functions
- use Object.entries/Object.values
- use Object spreading

BREAKING: bindings now use async functions so they’ll never throw, only reject
@reconbot reconbot merged commit d4f15c0 into master May 2, 2019
@reconbot reconbot deleted the reconbot/remove-node6 branch May 2, 2019 01:19
if (!command) {
return Promise.resolve(port);
port
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is not missing a return?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're probably right, pr?

@lock lock bot locked as resolved and limited conversation to collaborators Feb 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants