-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
@types/node + typescript@1.9.0-dev.20160521-1.0 results in duplicate identifier 'stack' error #8737
Labels
Duplicate
An existing issue was already created
Comments
IgorMinar
changed the title
@types/node + typescript@1.9.0-dev.20160521-1.0 results in duplicate identifier stack error
@types/node + typescript@1.9.0-dev.20160521-1.0 results in duplicate identifier 'stack' error
May 22, 2016
Looks like a duplicate of #8675 |
Yup, same issue, and we agreed that we'd be fixing it at the last design meeting (#8724). I'll close this in the mean time. |
devversion
added a commit
to devversion/material2
that referenced
this issue
Jun 4, 2016
* Removes static typings and uses the typings manager * Fixes duplicate identifier issue of Typescript temporary - See microsoft/TypeScript#8737 Fixes angular#630.
devversion
added a commit
to devversion/material2
that referenced
this issue
Jun 4, 2016
* Removes static typings and uses the typings manager * Fixes duplicate identifier issue of Typescript temporary - See microsoft/TypeScript#8737 Fixes angular#630.
devversion
added a commit
to devversion/material2
that referenced
this issue
Jun 4, 2016
* Removes static typings and uses the typings manager * Fixes duplicate identifier issue of Typescript temporary - See microsoft/TypeScript#8737 Fixes angular#630.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TypeScript Version:
1.9.0-dev.20160521-1.0
Code
Install node d.ts file:
index.ts:
tsconfig.json:
Expected behavior:
the build should work
Actual behavior:
tsc errors with:
// @RyanCavanaugh
The text was updated successfully, but these errors were encountered: