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
from index.js, if we issue definition command from location {Li<cursor>st}, it doesn't resolve the jump target.
But if we change the export statement to import it works as expected.
It looks like Jump to definition is not considering the specific export syntax.
Hi,
There are two files
from
index.js
, if we issue definition command from location{Li<cursor>st}
, it doesn't resolve the jump target.But if we change the
export
statement toimport
it works as expected.It looks like Jump to definition is not considering the specific export syntax.
Please try the above code in tern-js playground: https://ternjs.net/doc/demo/index.html#ES6
Thanks,
Arun.
The text was updated successfully, but these errors were encountered: