-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
bug(semantic): Export equals declaration not counted as a Read
reference
#4488
Comments
type Foo = number
export { Foo } In this example. The |
It would be better if we only flagged it as |
What if it's not a type? Shouldn't |
Closing this as it seems resolved. |
Incorrect, does not count as a
Reference::Read
The text was updated successfully, but these errors were encountered: