Skip to content

findAllRefs/getOccurrences not working appropriately within template expressions. #1046

Closed
@DanielRosenwasser

Description

@DanielRosenwasser

Take the following:

var f: any;

`${ f }`;

Right now, neither findAllRefs nor getOccurrences, will find the f in the template.

Note that the following does work as expected for getOccurrences:

this;

`${ this }`;

Metadata

Metadata

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions