-
Notifications
You must be signed in to change notification settings - Fork 33
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
Cannot redeclare block-scoped variable 'Symbol' #34
Comments
siassaj
added a commit
to siassaj/xstream
that referenced
this issue
Dec 12, 2017
Next version up is 1.1.0 which causes tsc to fail compilation with error TS2451: Cannot redeclare block-scoped variable 'Symbol'. Appears to be related to benlesh/symbol-observable#34
siassaj
added a commit
to siassaj/xstream
that referenced
this issue
Dec 12, 2017
Next version up is 1.1.0 which causes tsc to fail compilation with error TS2451: Cannot redeclare block-scoped variable 'Symbol'. Appears to be related to benlesh/symbol-observable#34
staltz
pushed a commit
to staltz/xstream
that referenced
this issue
Dec 12, 2017
PR #234 Next version up is 1.1.0 which causes tsc to fail compilation with error TS2451: Cannot redeclare block-scoped variable 'Symbol'. Appears to be related to benlesh/symbol-observable#34
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If using
@types/node
and this package we have problems since #29:https://github.com/DefinitelyTyped/DefinitelyTyped/blob/222185d8afbcf4dbc727e276af8aeb7ef3543321/types/node/index.d.ts#L80 and
symbol-observable/index.d.ts
Line 9 in a17f228
The text was updated successfully, but these errors were encountered: