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

infrastructure: update "engines" to node>=10.9 #2056

Open
ljqx opened this issue Dec 7, 2020 · 0 comments
Open

infrastructure: update "engines" to node>=10.9 #2056

ljqx opened this issue Dec 7, 2020 · 0 comments

Comments

@ljqx
Copy link
Contributor

ljqx commented Dec 7, 2020

Last update of "engines" is about 1 year ago: 3d182f1

Now Node 10 is the oldest LTS in maintenance, the maintenance would end at 2021-04-30, which is also pretty close.

For adding support of BigInt #1988 and #2035, it's better that the environment has support of BigInt. Or the value of BigIntLiteral would be null for Node < 10.4, which increases maintenance cost.

And according to https://node.green/, Node 10.9 is the first version that fully supports ES6. We can generate ES6 code instead ES5.

@ljqx ljqx changed the title infrastructure: update "engines" to node>=10.4 infrastructure: update "engines" to node>=10.9 Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant