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

Fix crash when called with an es6 anonymous class instance #11

Merged
merged 1 commit into from
Jul 26, 2016

Conversation

inversion
Copy link
Contributor

@inversion inversion commented Jul 26, 2016

Hi,

Not sure how you would like to best handle compatibility with older node versions, >=4 is compatible with use strict, however older versions would need Babel (https://kangax.github.io/compat-table/es6/).

Of course this is only compatibility for that test case, perhaps it could be disabled for those node versions and the incompatible browsers.

Thanks,
Andrew

@twada
Copy link
Owner

twada commented Jul 26, 2016

@inversion Looks good to me. Thanks and nice catch!

@twada twada merged commit c772316 into twada:master Jul 26, 2016
twada added a commit that referenced this pull request Jul 27, 2016
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

Successfully merging this pull request may close these issues.

2 participants