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

Node.js 14: Unsuported operator in 9.x #1326

Closed
marcoslor opened this issue Jul 8, 2024 · 1 comment
Closed

Node.js 14: Unsuported operator in 9.x #1326

marcoslor opened this issue Jul 8, 2024 · 1 comment

Comments

@marcoslor
Copy link

  • @testing-library/dom version: 9.3
  • node version: 14.x

I believe there is a single operator in the sourcecode that made 9.x drop support for node 14.x early. It is a &&= operator, which was added in Node 15.

It was commited in the 9.2 release: eadf748

Since I could not find any warnings of dropped Node 14 support in 9.2 (seem to have happened here before 10.x), I think this may have been a mistake, and may be worth a patch.

In which version was support for 14.x oficially dropped?

Thanks!

@eps1lon
Copy link
Member

eps1lon commented Jul 8, 2024

We don't backport fixes unless security related.

@eps1lon eps1lon closed this as not planned Won't fix, can't repro, duplicate, stale Jul 8, 2024
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

No branches or pull requests

2 participants