tern
tern copied to clipboard
Jump to definition through the middle file
Jump to definition through the middle file doesn't work properly. You could check it by changing the demo like this
/* middleList.js */
export * from './list';
/* index.js */
import { List } from "./middleList"
I'm using vim youcompleteme and if the best case you'll jump to the middle file, but in the most cases you will get youcompleteme error because they got right line number but this line number may not exist in the middle file.