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

extend inferred property for TypeAnnotation #190

Open
achun opened this issue Jun 16, 2018 · 0 comments
Open

extend inferred property for TypeAnnotation #190

achun opened this issue Jun 16, 2018 · 0 comments

Comments

@achun
Copy link

achun commented Jun 16, 2018

E.g

extend interface TypeAnnotation <: Node {
    inferred: boolean | null; // Means the type inferred by the analysis tool
}

In fact, the property only needs to appear in the top-level TypeAnnotation.

@achun achun changed the title extend inference property for TypeAnnotation extend inferred property for TypeAnnotation Jun 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant