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

Deprecate Node.js 6.x? #1438

Closed
trivikr opened this issue Oct 4, 2019 · 7 comments · Fixed by #1461
Closed

Deprecate Node.js 6.x? #1438

trivikr opened this issue Oct 4, 2019 · 7 comments · Fixed by #1461

Comments

@trivikr
Copy link

trivikr commented Oct 4, 2019

Node.js 6.x got EoL in April 2019 https://github.com/nodejs/Release
Deprecate Node.js 6.x in major version 15.0.0?

@bcoe
Copy link
Member

bcoe commented Oct 4, 2019

I think this is a good idea.

@trivikr
Copy link
Author

trivikr commented Oct 4, 2019

Some history:

Looks like planned deprecation was missed, an can be done in v15.x

@bcoe
Copy link
Member

bcoe commented Oct 7, 2019

as soon as we have another compelling breaking change, let's make sure we officially remove it.

@mleguen
Copy link
Member

mleguen commented Oct 7, 2019

That's definitely good news to hear!

@trivikr
Copy link
Author

trivikr commented Oct 7, 2019

Is there some label which can be assigned to this issue, so that we don't miss it while releasing 15.0.0?

@mleguen
Copy link
Member

mleguen commented Oct 9, 2019

Using async/await will simplify the work I have just begun on #1420 , so this will be another reason for dropping node 6 support.

@trivikr
Copy link
Author

trivikr commented Oct 9, 2019

Using async/await will simplify the work

Yup, async functions support was shipped in V8 5.5, which was added in Node.js v7.6.0

I've been using async-await in typescript for couple of year now, and it does make code easier to follow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants