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

Invalid type inference for complex types. #2

Open
lilezek opened this issue Sep 1, 2017 · 0 comments
Open

Invalid type inference for complex types. #2

lilezek opened this issue Sep 1, 2017 · 0 comments

Comments

@lilezek
Copy link
Owner

lilezek commented Sep 1, 2017

This metadata emitter doesn't work correctly for some complex types, like Date.

The reason behind this is that Date is defined as

declare const Date: DateConstructor;

And DateConstructor is an interface.

@lilezek lilezek added the bug label Sep 1, 2017
@lilezek lilezek added this to the Full class support. milestone Sep 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant