-
Notifications
You must be signed in to change notification settings - Fork 10
Object.assign is missing in node 4/5/6 typings #22
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
Comments
|
Apparently it's supported in node 4.
Also, these typings shouldn't rely on ts build target as the end goal is to support the |
Sorry, my bad. But doesn't it make errors when lib and Node typings define the same method with the same signature? |
It doesn't for functions. It does for properties, but there's a workaround (see #12). |
I don't think we should be supporting |
@louy what is the workaround? |
Uh oh!
There was an error while loading. Please reload this page.
Mentioned by @felixfbecker.
The text was updated successfully, but these errors were encountered: