Skip to content

Find all references not working on js modules #14346

Closed
@mhegazy

Description

@mhegazy
// a.js
class A {
    constructor() { }
}
new A();
module.exports = A
// b.js
const A = require('./a')
new A();

Find all references on A in a.js does not show all references, similarly finding all references on the constructor keyword does not show all references.

Metadata

Metadata

Assignees

No one assigned

    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