mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 22:55:36 -05:00
Support navTo for special assignment kinds (#18154)
* Support navTo for special assignment kinds * Return ScriptElementKind.unknown
This commit is contained in:
@@ -2628,4 +2628,6 @@ namespace ts {
|
||||
export function and<T>(f: (arg: T) => boolean, g: (arg: T) => boolean) {
|
||||
return (arg: T) => f(arg) && g(arg);
|
||||
}
|
||||
|
||||
export function assertTypeIsNever(_: never): void {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user