-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Description
I'm building a dependency graph of TypeScript project using ts-morph.
The goal is to get a deterministic, unique string representation of a symbol - something stable enough to uniquely identify it across modules (and parsing runs).
Is there any built-in function can produce this kind of FQN?
I know there's a getFullyQualifiedName() method, but it can produce duplicate names in some cases (and it doesn't take overloads into account?).
I guess I could build it from the file path and text span, but it would be nice if there were a built-in way to do this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels