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

findReferencesAsNodes undefined entry #437

Closed
maximelkin opened this issue Sep 28, 2018 · 2 comments
Closed

findReferencesAsNodes undefined entry #437

maximelkin opened this issue Sep 28, 2018 · 2 comments
Labels

Comments

@maximelkin
Copy link

Describe the bug
Version: latest

findReferencesAsNodes for property which is used via ['prop'] syntax returns undefined for this place
To Reproduce

const f: {a: string} = {a: '23'};

f['a'];

Expected behavior

Not undefined

@dsherret dsherret added the bug label Sep 28, 2018
@dsherret
Copy link
Owner

Thanks for reporting this! Bug on my side. I'll fix it this weekend.

dsherret added a commit that referenced this issue Sep 29, 2018
…n the reference is within a string literal.

Also, it won't ever return undefined now.
@dsherret
Copy link
Owner

Will be fixed in v16.

dsherret added a commit that referenced this issue May 14, 2019
…n the reference is within a string literal.

Also, it won't ever return undefined now.
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

2 participants