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 version support #3

Closed
btmills opened this issue Dec 28, 2016 · 1 comment
Closed

Node version support #3

btmills opened this issue Dec 28, 2016 · 1 comment
Labels

Comments

@btmills
Copy link

btmills commented Dec 28, 2016

Again, thank you for building this! It's much easier than trying to implement a leak test for one of my modules on my own.

What versions of Node.js do you intend to support? I'm testing on versions 4 and up, but destructuring is only supporting starting in v6, so prior versions currently encounter a syntax error at iterations.js line 2. Would you be willing to accept a PR that makes this work on v4?

@andywer andywer mentioned this issue Dec 28, 2016
@andywer
Copy link
Owner

andywer commented Dec 28, 2016

I tested it with node 6. But yeah, node 4+ should be the way to go :)

Would be covered by the follow-up PR to #1 I mentioned there in the review.

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

No branches or pull requests

2 participants