You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.
import{foo}from'./foo'functionbar(){foo.bar()// ^ js-hyperclick sees this `bar` as a link and jumps to the function declaration.}
I think I'm going to updated it so that the whole foo.bar is clickable, but it will just be a shortcut for clicking foo. Properties are not statically analyzable without guessing, so using the attached variable (foo) as the anchor is the next best thing I can do to supporting properties.
The text was updated successfully, but these errors were encountered:
I think I'm going to updated it so that the whole
foo.bar
is clickable, but it will just be a shortcut for clickingfoo
. Properties are not statically analyzable without guessing, so using the attached variable (foo
) as the anchor is the next best thing I can do to supporting properties.The text was updated successfully, but these errors were encountered: