-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Unable to augment export = function/namespace
#7545
Milestone
Comments
I can repro this in 1.8 and it seems to be fixed in |
@vladima Thanks for the confirmation, will it be ported to 1.8? |
i would use |
@Guria If you want to type moment plugins, looks like you'll need to be using |
@blakeembrey thanks, will try it :) |
Seems working. Thanks. |
8 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Possible duplicate of #7148, but it seems like it should be working according to #6742.
TypeScript Version:
1.8.7
Code
File:
1.d.ts
File:
2.ts
Expected behavior:
Interfaces should merge, giving me access to
prop2
.Actual behavior:
No
prop2
on interfaceTest
.The text was updated successfully, but these errors were encountered: